summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_copy_propagation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl2: Fix copy propagation in the presence of derefs in array indexes.Eric Anholt2010-07-121-3/+22
| | | | | | We would clear the in_lhs flag early, avoiding copy propagation on the array index variable (oops) and then copy propagating on the array variable (ouch). Just avoid all copy propagation on the LHS instead.
* glsl2: Create new talloc contexts the "right" way.Kenneth Graunke2010-06-301-1/+1
|
* Use a more sensible context in copy propagation.Kenneth Graunke2010-06-281-3/+4
|
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+256