summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2013-01-21 17:33:47 -0500
committerIan Romanick <[email protected]>2013-01-25 09:07:35 -0500
commit681df909e32180774c8c64efc8e8dd03fdf9c668 (patch)
tree1dd48b8e58bc1770be9b1fb3b5dadf0374fc72a6 /src/glsl/Makefile.sources
parentd1b4960f9b815fb093b0bca7f3e0b90eb1a92592 (diff)
glsl: Add a visitor to determine whether a uniform block is ever used
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index d9c9af829e4..c294aa4296c 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -47,6 +47,7 @@ LIBGLSL_FILES = \
$(GLSL_SRCDIR)/link_functions.cpp \
$(GLSL_SRCDIR)/link_uniforms.cpp \
$(GLSL_SRCDIR)/link_uniform_initializers.cpp \
+ $(GLSL_SRCDIR)/link_uniform_block_active_visitor.cpp \
$(GLSL_SRCDIR)/link_uniform_blocks.cpp \
$(GLSL_SRCDIR)/link_varyings.cpp \
$(GLSL_SRCDIR)/loop_analysis.cpp \