[Mesa-dev] [PATCH 10/15] i965/fs: Add a pass to remove dead control flow.

2013-10-29 Thread Matt Turner
Removes if/endif and if/else/endif. total instructions in shared programs: 1366420 -> 1356988 (-0.69%) instructions in affected programs: 160818 -> 151386 (-5.87%) --- Split mistakenly squashed patch. src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i965/brw_fs

Re: [Mesa-dev] [PATCH 10/15] i965/fs: Add a pass to remove dead control flow.

2013-10-29 Thread Matt Turner
Crap. Two patches were mistakenly squashed together resulting in this. I'll resend. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 10/15] i965/fs: Add a pass to remove dead control flow.

2013-10-28 Thread Matt Turner
Removes if/endif and if/else/endif. total instructions in shared programs: 1293990 -> 1288172 (-0.45%) instructions in affected programs: 95390 -> 89572 (-6.10%) --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i965/brw_fs.cpp | 1 + src/mesa/