summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_copy_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Allow copy / constant propagation into array indicesIan Romanick2010-09-031-20/+6
* glsl2: Teach copy propagation about "if" and "loop" instructions.Eric Anholt2010-08-091-90/+158
* copy_propagation: do propagation into non-out call paramsAras Pranckevicius2010-08-061-5/+11
* glsl2: Catch pointless copies in copy propagation.Eric Anholt2010-08-051-5/+17
* glsl2: Add ir_assignment::write_mask and associated methodsIan Romanick2010-08-041-1/+1
* glsl2: Fix copy propagation in the presence of derefs in array indexes.Eric Anholt2010-07-121-3/+22
* 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