Re: [Mesa-dev] [PATCH 12/12] i965: Link compiler unit tests to libi965_compiler.la

2015-10-08 Thread Emil Velikov
On 7 October 2015 at 15:11, Kristian Høgsberg Kristensen wrote: > We can now link the unit tests against just libi965_compiler.la. This > lets us drop a lot of DRI driver dependencies, but we still pull in all > of libmesa and more. > > This also provides a few standalone users of libi965_compiler

Re: [Mesa-dev] [PATCH 12/12] i965: Link compiler unit tests to libi965_compiler.la

2015-10-08 Thread Jason Ekstrand
Looks good to me. This patch and 12 are Reviewed-by: Jason Ekstrand On Wed, Oct 7, 2015 at 7:11 AM, Kristian Høgsberg Kristensen wrote: > We can now link the unit tests against just libi965_compiler.la. This > lets us drop a lot of DRI driver dependencies, but we still pull in all > of libmesa

[Mesa-dev] [PATCH 12/12] i965: Link compiler unit tests to libi965_compiler.la

2015-10-07 Thread Kristian Høgsberg Kristensen
We can now link the unit tests against just libi965_compiler.la. This lets us drop a lot of DRI driver dependencies, but we still pull in all of libmesa and more. This also provides a few standalone users of libi965_compiler.la, which will help us accidentally using i965_dri.so functions from the