summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_rebalance_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-321/+0
* glsl: Make the tree rebalancer use vector_elements, not components().Kenneth Graunke2014-07-161-2/+2
* glsl: Guard against error_type in the tree rebalancer.Kenneth Graunke2014-07-161-1/+3
* glsl: Make the tree rebalancer bail on matrix operands.Kenneth Graunke2014-07-161-1/+3
* glsl: Update expression types after rebalancing the tree.Matt Turner2014-07-151-0/+17
* glsl: Rebalance expression trees that are reduction operations.Matt Turner2014-06-191-0/+300