summaryrefslogtreecommitdiff
path: root/src/glsl/opt_discard_simplification.cpp
AgeCommit message (Collapse)Author
2011-03-15glsl: Skip processing of expression trees in discard simplification.Eric Anholt
It only cares about "if", "loop", and "discard".
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke
NOTE: This is a candidate for the 7.9 branch.