aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-07-12 16:42:36 -0700
committerIan Romanick <[email protected]>2016-08-30 16:28:03 -0700
commitee3cdac7857a5c0f30108e1b1963d042f2a5e8e6 (patch)
treea22272671d69afdae939af9aa167920947a4ff75 /src/compiler/Makefile.sources
parentf3fcfe001f8e6d3abaa62eb73ab95d0ba88b628d (diff)
glsl: Use the generated constant expression code
Immediately previous to this patch, diff -wud src/glsl/ir_constant_expression.cpp \ src/glsl/ir_expression_operation_constant.h should be "minimal." v3: With much help from José Fonseca, fix the SCons build. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[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 70f270c983b..f5b4f9c0b98 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -147,6 +147,7 @@ GLSL_COMPILER_CXX_FILES = \
# libglsl generated sources
LIBGLSL_GENERATED_FILES = \
glsl/ir_expression_operation.h \
+ glsl/ir_expression_operation_constant.h \
glsl/ir_expression_operation_strings.h \
glsl/glsl_lexer.cpp \
glsl/glsl_parser.cpp \