Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-04-06 | glsl/cse: Maintain a list of free ae_entry objects | Ian Romanick | 1 | -8/+55 |
2014-11-03 | glsl: Improve the CSE pass debugging output. | Kenneth Graunke | 1 | -1/+8 |
2014-09-30 | glsl: Use ir_var_temporary for compiler generated temporaries | Ian Romanick | 1 | -1/+1 |
2014-07-01 | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 1 | -8/+3 |
2014-03-28 | glsl: Clean up "unused parameter" warnings | Ian Romanick | 1 | -1/+1 |
2013-12-12 | glsl: introduce data section to ir_variable | Tapani Pälli | 1 | -1/+1 |
2013-11-15 | glsl: Move the CSE equality functions to the ir class. | Eric Anholt | 1 | -179/+1 |
2013-11-10 | glsl: fix missing breaks in equals(ir_texture,..) | Chris Forbes | 1 | -0/+2 |
2013-11-01 | glsl: Add a CSE pass. | Eric Anholt | 1 | -0/+599 |