summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_redundant_jumps.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Skip processing expression trees in optimize_redundant_jumps()Eric Anholt2011-03-151-0/+9
| | | | Cuts the time spent in this function during glean texCombine by 2/3.
* glsl2: Add pass to remove redundant jumpsIan Romanick2010-09-131-0/+111