summaryrefslogtreecommitdiff
path: root/src/glsl/opt_redundant_jumps.cpp
AgeCommit message (Collapse)Author
2011-03-15glsl: Skip processing expression trees in optimize_redundant_jumps()Eric Anholt
Cuts the time spent in this function during glean texCombine by 2/3.
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick