summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_algebraic.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-111-3/+6
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-2/+2
* glsl: tidy up int declarationTimothy Arceri2017-06-221-2/+1
* glsl: fix typo in commentTimothy Arceri2017-06-221-1/+1
* glsl: make use of glsl_type::is_float()Samuel Pitoiset2017-04-211-5/+4
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-1/+1
* glsl: Optimize redundant pack(unpack()) and unpack(pack()) combinationsIan Romanick2017-01-201-0/+28
* glsl: remove interpolateAt* instructions for demoted inputsMarek Olšák2016-09-161-0/+10
* glsl/opt_algebraic: Don't handle invariant or precise treesJason Ekstrand2016-03-231-0/+19
* glsl: move to compiler/Emil Velikov2016-01-261-0/+984