aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-03-17 13:58:40 -0700
committerJason Ekstrand <[email protected]>2016-03-23 16:28:06 -0700
commit89b604922d2fb50ca1013473b2003227d61507cd (patch)
tree3fddca0b4ba1e0162b7edca506e9fe22df0c3a7f /src/compiler/Makefile.sources
parent91d6272c2b29faa06f352b55e25526c726a25f82 (diff)
glsl: Add a pass to propagate the "invariant" and "precise" qualifiers
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 9f3bcf0255b..6ab0aa7b896 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -129,6 +129,7 @@ LIBGLSL_FILES = \
glsl/opt_tree_grafting.cpp \
glsl/opt_vectorize.cpp \
glsl/program.h \
+ glsl/propagate_invariance.cpp \
glsl/s_expression.cpp \
glsl/s_expression.h