summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_constant_folding.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Don't do constant propagation in opt_constant_folding.Kenneth Graunke2016-05-151-0/+9
* glsl: Avoid excess tree walking when folding ir_dereference_arrays.Kenneth Graunke2016-05-151-0/+6
* glsl: Consolidate duplicate copies of constant folding.Kenneth Graunke2016-05-151-6/+14
* glsl: Remove bonus tree walking in opt_constant_folding().Kenneth Graunke2016-05-151-2/+0
* glsl: move to compiler/Emil Velikov2016-01-261-0/+190