Re: [Mesa-dev] [PATCH 12/23] i965: Add #defines for SAMPLER_STATE fields.

2014-07-30 Thread Pohjolainen, Topi
On Tue, Jul 29, 2014 at 04:29:17PM -0700, Kenneth Graunke wrote: > We'll use these to replace the existing structures. > > I've adopted the convention that "BRW" applies to all hardware, and > "GENX" applies starting with generation X, but might be replaced by some > later generation. > > Signed-

[Mesa-dev] [PATCH 12/23] i965: Add #defines for SAMPLER_STATE fields.

2014-07-29 Thread Kenneth Graunke
We'll use these to replace the existing structures. I've adopted the convention that "BRW" applies to all hardware, and "GENX" applies starting with generation X, but might be replaced by some later generation. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_defines.h | 54