glsl2: Add pass to remove redundant jumps
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Sep 2010 21:25:26 +0000 (14:25 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Sep 2010 21:25:26 +0000 (14:25 -0700)
commit8f2214f4892acb994d13531d555196bd8f242dad
tree6e84998ec3977c1791ba1765660345b61c2b93f9
parente79a1bb02a0ce3c265c4a64c117018a9207064c9
glsl2: Add pass to remove redundant jumps
src/glsl/Makefile
src/glsl/Makefile.am
src/glsl/SConscript
src/glsl/glsl_parser_extras.cpp
src/glsl/ir_optimization.h
src/glsl/opt_redundant_jumps.cpp [new file with mode: 0644]