diff options
author | Kenneth Graunke <[email protected]> | 2010-11-24 22:02:26 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-12-01 11:52:43 -0800 |
commit | 9a1d063c6d679c2155f5eb80f1cb94368d36bf2c (patch) | |
tree | 4e77852832c0c61a4089f86aa64d15f7ed812fef /src/glsl/Makefile | |
parent | ead2ea89f42b40edc56ddf8c6ce1df4efdcefe2a (diff) |
glsl: Add an optimization pass to simplify discards.
NOTE: This is a candidate for the 7.9 branch.
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 f5aadc347bd..83ecb7f9c0d 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -70,6 +70,7 @@ CXX_SOURCES = \ opt_dead_code.cpp \ opt_dead_code_local.cpp \ opt_dead_functions.cpp \ + opt_discard_simplification.cpp \ opt_function_inlining.cpp \ opt_if_simplification.cpp \ opt_noop_swizzle.cpp \ |