Files
mesa/src
Eric Anholt b87259d3ef glsl2: Fix copy propagation in the presence of derefs in array indexes.
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-07-12 16:07:02 -07:00
..
2010-06-17 16:30:26 +08:00
2010-03-12 08:55:05 -07:00