summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_if_simplification.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Small optimization for constant conditionalsIago Toral Quiroga2014-04-161-8/+2
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-4/+4
* glsl: Flip around "if" statements with empty "then" blocks.Eric Anholt2013-05-051-1/+26
* glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt2012-06-111-0/+4
* glsl: If an "if" has no "then" or "else" code left, remove it.Eric Anholt2012-04-131-0/+8
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+1
* glsl: Skip processing expression trees in do_if_simplification().Eric Anholt2011-03-151-0/+10
* glsl: Fix Doxygen tag \file in recently renamed filesChad Versace2010-11-171-1/+1
* glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke2010-11-151-0/+84