summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_cse.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/cse: Maintain a list of free ae_entry objectsIan Romanick2015-04-061-8/+55
* glsl: Improve the CSE pass debugging output.Kenneth Graunke2014-11-031-1/+8
* glsl: Use ir_var_temporary for compiler generated temporariesIan Romanick2014-09-301-1/+1
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-8/+3
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-281-1/+1
* glsl: introduce data section to ir_variableTapani Pälli2013-12-121-1/+1
* glsl: Move the CSE equality functions to the ir class.Eric Anholt2013-11-151-179/+1
* glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes2013-11-101-0/+2
* glsl: Add a CSE pass.Eric Anholt2013-11-011-0/+599