diff options
author | Ian Romanick <[email protected]> | 2010-08-26 16:43:57 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-03 11:55:21 -0700 |
commit | bfe3fbb38e0a3ae7c1efb74282628c2cc5abc3e0 (patch) | |
tree | 5720a17d39ab119c29591df50e925d3df394b7f0 /src/glsl/Makefile.am | |
parent | 9434a0749f26c640305f68ef85d17a31063a5705 (diff) |
glsl2: Add module to suss out loop control variables from loop analysis data
This is the next step on the road to loop unrolling
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 55e4332af53..0811ffbff1f 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -63,7 +63,8 @@ glsl_SOURCES = \ ir_validate.cpp \ ir_vec_index_to_swizzle.cpp \ linker.cpp \ - loop_analysis.cpp + loop_analysis.cpp \ + loop_controls.cpp BUILT_SOURCES = glsl_parser.h glsl_parser.cpp glsl_lexer.cpp CLEANFILES = $(BUILT_SOURCES) |