Re: [Mesa-dev] [PATCH] i965/vs: set up sampler state pointer for Gen4/5.

2013-07-29 Thread Kenneth Graunke
On 07/29/2013 02:34 AM, Chris Forbes wrote: Fixes broken filter and lod selection for vertex texturing. (txs/txf only worked properly because they ignore the sampler state completely) Signed-off-by: Chris Forbes Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/drivers/dri/i965/brw_vs_state.

Re: [Mesa-dev] [PATCH] i965/vs: set up sampler state pointer for Gen4/5.

2013-07-29 Thread Chris Forbes
CTG is still broken even with this patch -- but ILK is fixed. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] i965/vs: set up sampler state pointer for Gen4/5.

2013-07-29 Thread Chris Forbes
Fixes broken filter and lod selection for vertex texturing. (txs/txf only worked properly because they ignore the sampler state completely) Signed-off-by: Chris Forbes Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/drivers/dri/i965/brw_vs_state.c | 27 +-- 1 file chan