summaryrefslogtreecommitdiff
path: root/src/glsl/opt_cse.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-05glsl: Remove CSE pass.Matt Turner1-472/+0
2015-04-06glsl/cse: Maintain a list of free ae_entry objectsIan Romanick1-8/+55
2014-11-03glsl: Improve the CSE pass debugging output.Kenneth Graunke1-1/+8
2014-09-30glsl: Use ir_var_temporary for compiler generated temporariesIan Romanick1-1/+1
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-8/+3
2014-03-28glsl: Clean up "unused parameter" warningsIan Romanick1-1/+1
2013-12-12glsl: introduce data section to ir_variableTapani Pälli1-1/+1
2013-11-15glsl: Move the CSE equality functions to the ir class.Eric Anholt1-179/+1
2013-11-10glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes1-0/+2
2013-11-01glsl: Add a CSE pass.Eric Anholt1-0/+599