summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-08-05 11:01:09 -0700
committerEric Anholt <eric@anholt.net>2010-08-05 12:56:03 -0700
commit7f7eaf0285d011f7cc7e1a63133184a50b24ecaa (patch)
treeaa08d5fccd9622a2b7a89851c5c9d2b86a902afb /src/glsl/Makefile
parentc314c8f2310fa0ac51b8953e139f9504e08eb48f (diff)
ir_structure_splitting: New pass to chop structures into their components.
This doesn't do anything if your structure goes through an uninlined function call or if whole-structure assignment occurs. As such, the impact is limited, at least until we do some global copy propagation to reduce whole-structure assignment.
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 844385792a..53567508a0 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -55,6 +55,7 @@ CXX_SOURCES = \
ir_mod_to_fract.cpp \
ir_print_visitor.cpp \
ir_reader.cpp \
+ ir_structure_splitting.cpp \
ir_swizzle_swizzle.cpp \
ir_tree_grafting.cpp \
ir_validate.cpp \