glsl: Remove the opt_discard_simplification pass.
authorEric Anholt <eric@anholt.net>
Fri, 4 May 2012 20:37:08 +0000 (13:37 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 15 May 2012 00:03:44 +0000 (17:03 -0700)
commite21b9f1f19d2345026a7fbe095a776d0b64557ec
tree02b9a591bde0a274fa1f78f90336b671253b89ba
parentf42cdc7984cb1db4a13f87daf60d374d19eb9b0a
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 <kenneth@whitecape.org>
src/glsl/Makefile.sources
src/glsl/glsl_parser_extras.cpp
src/glsl/opt_discard_simplification.cpp [deleted file]
src/glsl/test_optpass.cpp