summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-09 15:20:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-09-09 15:39:51 -0700
commit547131ac8750acabd030972fc768705c13d19ef7 (patch)
tree8430ab63b1b6e6d6bdb78a0e2448bd4afd95174f /src/glsl/Makefile
parent3a5ce85cfa4914711e56c8cf831699242618928e (diff)
glsl2: Add lowering pass to remove noise opcodes
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r--src/glsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index eb62112674..e869b08cf6 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -75,6 +75,7 @@ CXX_SOURCES = \
loop_analysis.cpp \
loop_controls.cpp \
loop_unroll.cpp \
+ lower_noise.cpp \
s_expression.cpp
LIBS = \