summaryrefslogtreecommitdiff
path: root/src/glsl/ir_copy_propagation.cpp
AgeCommit message (Expand)Author
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke
2010-09-03glsl2: Allow copy / constant propagation into array indicesIan Romanick
2010-08-09glsl2: Teach copy propagation about "if" and "loop" instructions.Eric Anholt
2010-08-06copy_propagation: do propagation into non-out call paramsAras Pranckevicius
2010-08-05glsl2: Catch pointless copies in copy propagation.Eric Anholt
2010-08-04glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick
2010-07-12glsl2: Fix copy propagation in the presence of derefs in array indexes.Eric Anholt
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