[Mesa-dev] [PATCH 4/5] i965/fs: Dead code eliminate instructions writing the flag.

2014-10-29 Thread Matt Turner
Most prominently helps Natural Selection 2, which has a surprising number shaders that do very complicated things before drawing black. instructions in affected programs: 23824 -> 19570 (-17.86%) --- .../dri/i965/brw_fs_dead_code_eliminate.cpp| 23 +++--- 1 file change

Re: [Mesa-dev] [PATCH 4/5] i965/fs: Dead code eliminate instructions writing the flag.

2014-11-03 Thread Matt Turner
On Wed, Oct 29, 2014 at 1:10 PM, Matt Turner wrote: > Most prominently helps Natural Selection 2, which has a surprising > number shaders that do very complicated things before drawing black. > > instructions in affected programs: 23824 -> 19570 (-17.86%) > --- > .../dri/i965/brw_fs_dead_code

Re: [Mesa-dev] [PATCH 4/5] i965/fs: Dead code eliminate instructions writing the flag.

2014-11-08 Thread Kenneth Graunke
On Wednesday, October 29, 2014 02:10:12 PM Matt Turner wrote: > Most prominently helps Natural Selection 2, which has a surprising > number shaders that do very complicated things before drawing black. > > instructions in affected programs: 23824 -> 19570 (-17.86%) > --- > .../dri/i965/brw_fs