aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_discard_simplification.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove the opt_discard_simplification pass.Eric Anholt2012-05-141-205/+0
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+1
* glsl: Fix incorrect optimization of instructions before discard statements.Eric Anholt2011-06-101-3/+17
* glsl: Skip processing of expression trees in discard simplification.Eric Anholt2011-03-151-0/+10
* glsl: Add an optimization pass to simplify discards.Kenneth Graunke2010-12-011-0/+180