diff options
author | Ian Romanick <[email protected]> | 2011-10-24 19:37:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-10-25 17:51:57 -0700 |
commit | 747e59c7590bd11a4964c6ca12c5ff0dbb6282f2 (patch) | |
tree | 7089168be8dba7f559ab5005cfdc018e82e23d11 /src/glsl/Makefile | |
parent | ca95593d49a2d99a16c160c2a04acc4be007d8a4 (diff) |
linker: Add uniform_field_visitor class to process leaf fields of a uniform
Signed-off-by: Ian Romanick <[email protected]>
Signed-off-by: Kenneth Graunke <[email protected]>
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 b2efb2abc51..504f1fb43eb 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -53,6 +53,7 @@ CXX_SOURCES = \ ir_variable_refcount.cpp \ linker.cpp \ link_functions.cpp \ + link_uniforms.cpp \ loop_analysis.cpp \ loop_controls.cpp \ loop_unroll.cpp \ |