glsl2: Add lowering pass to remove noise opcodes
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 9 Sep 2010 22:20:09 +0000 (15:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 9 Sep 2010 22:39:51 +0000 (15:39 -0700)
commit547131ac8750acabd030972fc768705c13d19ef7
tree8430ab63b1b6e6d6bdb78a0e2448bd4afd95174f
parent3a5ce85cfa4914711e56c8cf831699242618928e
glsl2: Add lowering pass to remove noise opcodes
src/glsl/Makefile
src/glsl/Makefile.am
src/glsl/ir_optimization.h
src/glsl/lower_noise.cpp [new file with mode: 0644]