diff options
author | Ian Romanick <[email protected]> | 2010-09-09 15:20:09 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-09 15:39:51 -0700 |
commit | 547131ac8750acabd030972fc768705c13d19ef7 (patch) | |
tree | 8430ab63b1b6e6d6bdb78a0e2448bd4afd95174f /src/glsl/Makefile.am | |
parent | 3a5ce85cfa4914711e56c8cf831699242618928e (diff) |
glsl2: Add lowering pass to remove noise opcodes
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 7ff0cb05b58..3ce8e21b0cb 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -65,7 +65,8 @@ glsl_SOURCES = \ linker.cpp \ loop_analysis.cpp \ loop_controls.cpp \ - loop_unroll.cpp + loop_unroll.cpp \ + lower_noise.cpp BUILT_SOURCES = glsl_parser.h glsl_parser.cpp glsl_lexer.cpp CLEANFILES = $(BUILT_SOURCES) |