glsl: Skip processing of expression trees in discard simplification.
[mesa.git] / src / glsl / lower_discard.cpp
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...