Re: [Mesa-dev] [PATCH 1/2] configure: enable the gallium loader only when needed

2014-09-08 Thread Matt Turner
On Mon, Sep 8, 2014 at 6:21 PM, Matt Turner wrote: > On Mon, Sep 8, 2014 at 4:56 PM, Ausmus, James wrote: >> Thanks Emil - works great! >> >> Tested-by: James Ausmus > > You know, if you care about image size, you shouldn't be building > Gallium at all. Neither of the two Intel drivers use it.

Re: [Mesa-dev] [PATCH 1/2] configure: enable the gallium loader only when needed

2014-09-08 Thread Matt Turner
On Mon, Sep 8, 2014 at 4:56 PM, Ausmus, James wrote: > Thanks Emil - works great! > > Tested-by: James Ausmus You know, if you care about image size, you shouldn't be building Gallium at all. Neither of the two Intel drivers use it. ___ mesa-dev mailin

Re: [Mesa-dev] [PATCH 1/2] configure: enable the gallium loader only when needed

2014-09-08 Thread Ausmus, James
Thanks Emil - works great! Tested-by: James Ausmus On Mon, Sep 8, 2014 at 3:52 PM, Emil Velikov wrote: > With the gallium megadrivers we've converted most ST to optionally > use either statically linked in or shared pipe-drivers. > > The hardcoded switch forgot to conditionally enable the buil

[Mesa-dev] [PATCH 1/2] configure: enable the gallium loader only when needed

2014-09-08 Thread Emil Velikov
With the gallium megadrivers we've converted most ST to optionally use either statically linked in or shared pipe-drivers. The hardcoded switch forgot to conditionally enable the build of the shared pipe-drivers which resulted in them being constantly build. Cc: "10.3" Cc: James Ausmus Reported