summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_cse.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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