diff options
author | Eric Anholt <[email protected]> | 2012-05-04 13:37:08 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-05-14 17:03:44 -0700 |
commit | e21b9f1f19d2345026a7fbe095a776d0b64557ec (patch) | |
tree | 02b9a591bde0a274fa1f78f90336b671253b89ba /src/glsl/Makefile.sources | |
parent | f42cdc7984cb1db4a13f87daf60d374d19eb9b0a (diff) |
glsl: Remove the opt_discard_simplification pass.
This conflicts with the GLSL 1.30+ rules for derivatives after a
discard has occurred.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 5621e42b2d8..b8f7e5f46eb 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -72,7 +72,6 @@ LIBGLSL_CXX_FILES := \ 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 \ |