Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Allow copy / constant propagation into array indices | Ian Romanick | 2010-09-03 | 1 | -20/+6 |
* | glsl2: Teach copy propagation about "if" and "loop" instructions. | Eric Anholt | 2010-08-09 | 1 | -90/+158 |
* | copy_propagation: do propagation into non-out call params | Aras Pranckevicius | 2010-08-06 | 1 | -5/+11 |
* | glsl2: Catch pointless copies in copy propagation. | Eric Anholt | 2010-08-05 | 1 | -5/+17 |
* | glsl2: Add ir_assignment::write_mask and associated methods | Ian Romanick | 2010-08-04 | 1 | -1/+1 |
* | glsl2: Fix copy propagation in the presence of derefs in array indexes. | Eric Anholt | 2010-07-12 | 1 | -3/+22 |
* | glsl2: Create new talloc contexts the "right" way. | Kenneth Graunke | 2010-06-30 | 1 | -1/+1 |
* | Use a more sensible context in copy propagation. | Kenneth Graunke | 2010-06-28 | 1 | -3/+4 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+256 |