summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_tree_grafting.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke2010-11-151-367/+0
* glsl2: Add missing sig_iter.next() to the no-constant-folding-to-outvals fix.Eric Anholt2010-08-231-0/+1
* glsl: Don't tree-graft in an expression in place of a function outval.Eric Anholt2010-08-221-0/+5
* glsl: Standardize a few more uses of struct vs class keyword.José Fonseca2010-08-141-1/+1
* glsl2: Fix the dereferences_variable check in ir_tree_grafting.Eric Anholt2010-08-051-2/+3
* glsl2: Don't tree-grafting out assignment to an out variable.Eric Anholt2010-08-051-0/+4
* glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick2010-08-041-1/+1
* glsl2: Add new tree grafting optimization pass.Eric Anholt2010-07-311-0/+356