glsl: dump explicit location when printing IR
[mesa.git] / src / compiler / Makefile.sources
index 70f270c983be59d0d87933e2da32b8c273c1878e..712b33aa74cc6969cdc82acb999358b496278b17 100644 (file)
@@ -136,6 +136,10 @@ LIBGLSL_FILES = \
        glsl/s_expression.cpp \
        glsl/s_expression.h
 
+LIBGLSL_SHADER_CACHE_FILES = \
+       glsl/cache.c \
+       glsl/cache.h
+
 # glsl_compiler
 
 GLSL_COMPILER_CXX_FILES = \
@@ -147,6 +151,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 \