summaryrefslogtreecommitdiff
path: root/src/glsl/opt_cse.cpp
AgeCommit message (Expand)AuthorFilesLines
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