summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_algebraic.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-22glsl: tidy up int declarationTimothy Arceri1-2/+1
2017-06-22glsl: fix typo in commentTimothy Arceri1-1/+1
2017-04-21glsl: make use of glsl_type::is_float()Samuel Pitoiset1-5/+4
2017-04-21glsl: make use of glsl_type::is_double()Samuel Pitoiset1-1/+1
2017-01-20glsl: Optimize redundant pack(unpack()) and unpack(pack()) combinationsIan Romanick1-0/+28
2016-09-16glsl: remove interpolateAt* instructions for demoted inputsMarek Olšák1-0/+10
2016-03-23glsl/opt_algebraic: Don't handle invariant or precise treesJason Ekstrand1-0/+19
2016-01-26glsl: move to compiler/Emil Velikov1-0/+984