Re: [Mesa-dev] [PATCH 10/10] i965/fs: Add algebraic optimizations for MAD.

2015-02-11 Thread Matt Turner
On Mon, Feb 9, 2015 at 6:00 PM, Kenneth Graunke wrote: > With that fixed, and the shader-db numbers confirmed, patches 9-10 are: > Reviewed-by: Kenneth Graunke To close the loop, the shader-db results are unchanged after the fix. ___ mesa-dev mailing l

Re: [Mesa-dev] [PATCH 10/10] i965/fs: Add algebraic optimizations for MAD.

2015-02-09 Thread Matt Turner
On Mon, Feb 9, 2015 at 6:00 PM, Kenneth Graunke wrote: > On Wednesday, February 04, 2015 08:21:27 PM Matt Turner wrote: >> total instructions in shared programs: 5764176 -> 5763808 (-0.01%) >> instructions in affected programs: 25121 -> 24753 (-1.46%) >> helped:

Re: [Mesa-dev] [PATCH 10/10] i965/fs: Add algebraic optimizations for MAD.

2015-02-09 Thread Kenneth Graunke
On Wednesday, February 04, 2015 08:21:27 PM Matt Turner wrote: > total instructions in shared programs: 5764176 -> 5763808 (-0.01%) > instructions in affected programs: 25121 -> 24753 (-1.46%) > helped:164 > HURT: 2 > --- > src/m

[Mesa-dev] [PATCH 10/10] i965/fs: Add algebraic optimizations for MAD.

2015-02-04 Thread Matt Turner
total instructions in shared programs: 5764176 -> 5763808 (-0.01%) instructions in affected programs: 25121 -> 24753 (-1.46%) helped:164 HURT: 2 --- src/mesa/drivers/dri/i965/brw_fs.cpp | 26 ++ 1 file cha