diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-11-29 10:59:16 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-12-01 11:52:43 -0800 |
commit | 1802cb9bafc4125300870be51e8b22ddd795d61e (patch) | |
tree | 6101cd37b29af05142630f15c13c93e60e33fb6e /src/mesa/main | |
parent | 940df10100d740ef27fa39026fd51c3199ed3d62 (diff) |
glsl: Remove "discard" support from lower_jumps.
The new lower_discard and opt_discard_simplification passes should
handle all the necessary transformations, so lower_jumps doesn't need to
support it.
Also, lower_jumps incorrectly handled conditional discards - it would
unconditionally truncate all code after the discard. Rather than fixing
the bug, simply remove the code.
NOTE: This is a candidate for the 7.9 branch.
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions