Re: [Mesa-dev] [PATCH 10/13] i965/fs: Bake regs_written into the IR instead of recomputing it later.

2013-04-01 Thread Eric Anholt
Kenneth Graunke writes: > On 03/20/2013 05:36 PM, Eric Anholt wrote: >> For sampler messages, it depends on the target gen, and on gen4 >> SIMD16-sampler-on-SIMD8-execution we were returning 4 instead of 8 like we >> should. >> >> NOTE: This is a candidate for the 9.1 branch. >> --- >> src/mesa

Re: [Mesa-dev] [PATCH 10/13] i965/fs: Bake regs_written into the IR instead of recomputing it later.

2013-03-31 Thread Kenneth Graunke
On 03/20/2013 05:36 PM, Eric Anholt wrote: For sampler messages, it depends on the target gen, and on gen4 SIMD16-sampler-on-SIMD8-execution we were returning 4 instead of 8 like we should. NOTE: This is a candidate for the 9.1 branch. --- src/mesa/drivers/dri/i965/brw_fs.cpp |

[Mesa-dev] [PATCH 10/13] i965/fs: Bake regs_written into the IR instead of recomputing it later.

2013-03-20 Thread Eric Anholt
For sampler messages, it depends on the target gen, and on gen4 SIMD16-sampler-on-SIMD8-execution we were returning 4 instead of 8 like we should. NOTE: This is a candidate for the 9.1 branch. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 29 +++- src/mesa/drivers/dri