summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-08-26 15:58:33 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-09-03 11:55:21 -0700
commit9434a0749f26c640305f68ef85d17a31063a5705 (patch)
tree7b80754d50f94a56ad4ece84c4045b14aea9834f /src/glsl/Makefile
parent0f4f8c73644a9cc436500d605413207c44cfb4ee (diff)
glsl2: Add module to analyze variables used in loops
This is the first step eventually leading to loop unrolling.
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 aedca0f0d1..e5375eff44 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -72,6 +72,7 @@ CXX_SOURCES = \
ir_vec_index_to_swizzle.cpp \
linker.cpp \
link_functions.cpp \
+ loop_analysis.cpp \
s_expression.cpp
LIBS = \