Re: [Mesa-dev] [PATCH] mesa: Actually use the Mesa IR optimizer for ARB programs.

2014-08-04 Thread Eric Anholt
Kenneth Graunke writes: > On Haswell, this cuts 1-3 instructions from 183 vertex shaders in > "Shadowrun Returns", "Shatter", and "Trine 2." It adds 2 instructions > to a single fragment shader in "Closure." Reviewed-by: Eric Anholt pgpJJ9s8qS1qU.pgp Description: PGP signature __

[Mesa-dev] [PATCH] mesa: Actually use the Mesa IR optimizer for ARB programs.

2014-08-02 Thread Kenneth Graunke
On Haswell, this cuts 1-3 instructions from 183 vertex shaders in "Shadowrun Returns", "Shatter", and "Trine 2." It adds 2 instructions to a single fragment shader in "Closure." total instructions in shared programs: 278803 -> 278546 (-0.09%) instructions in affected programs: 41930 -> 41673