diff options
author | Eric Anholt <[email protected]> | 2010-08-13 20:39:24 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-08-13 17:54:46 -0700 |
commit | b3b0cf6a4c6b23e0ebe7e5f5ab1b7cacf27268b1 (patch) | |
tree | 492c8178c7ead319575adc4f34707fc9a0e4158e /src/glsl/Makefile | |
parent | 9c3acce68001fdf7f5c77d1819d576b4cf92410a (diff) |
glsl2: Add a generic visitor class to call back with pointers to each rvalue.
I keep copy and pasting this code all over, so consolidate it in one
place.
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r-- | src/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index 2f62517e95d..48b7c8f66b5 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -57,6 +57,7 @@ CXX_SOURCES = \ ir_mod_to_fract.cpp \ ir_print_visitor.cpp \ ir_reader.cpp \ + ir_rvalue_visitor.cpp \ ir_set_program_inouts.cpp \ ir_structure_splitting.cpp \ ir_sub_to_add_neg.cpp \ |