Re: [Mesa-dev] [PATCH] i965: Widen sampler key bitfields for 32 samplers

2014-02-26 Thread Kenneth Graunke
On 02/26/2014 10:28 AM, Chris Forbes wrote: > Previously the `high` 16 samplers on Haswell+ would not get sampler > workarounds applied. > > Don't bother widening YUV fields, since they're ignored and going away > soon anyway. > > Signed-off-by: Chris Forbes > Cc: "10.1" Reviewed-by: Kenneth G

[Mesa-dev] [PATCH] i965: Widen sampler key bitfields for 32 samplers

2014-02-26 Thread Chris Forbes
Previously the `high` 16 samplers on Haswell+ would not get sampler workarounds applied. Don't bother widening YUV fields, since they're ignored and going away soon anyway. Signed-off-by: Chris Forbes Cc: "10.1" Cc: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_program.h | 6 +++--- 1 fil