summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_constant_propagation.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-31glsl: use the linear allocator in opt_constant_propagationMarek Olšák1-3/+11
2016-06-23glsl: Don't constant propagate arrays.Kenneth Graunke1-1/+1
2016-06-23glsl: Make constant propagation's folder not propagate into an LHS.Kenneth Graunke1-1/+1
2016-05-15glsl: Don't do constant propagation in opt_constant_folding.Kenneth Graunke1-0/+12
2016-05-15glsl: Consolidate duplicate copies of constant folding.Kenneth Graunke1-26/+3
2016-04-12glsl: Update hash table comments in constant propagationRhys Kidd1-3/+3
2016-01-26glsl: move to compiler/Emil Velikov1-0/+524