summaryrefslogtreecommitdiff
path: root/src/glsl/ir_copy_propagation.cpp
AgeCommit message (Collapse)Author
2010-07-12glsl2: Fix copy propagation in the presence of derefs in array indexes.Eric Anholt
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.
2010-06-30glsl2: Create new talloc contexts the "right" way.Kenneth Graunke
2010-06-28Use a more sensible context in copy propagation.Kenneth Graunke
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt