summaryrefslogtreecommitdiff
path: root/src/glsl/opt_rebalance_tree.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-26glsl: move to compiler/Emil Velikov1-321/+0
2014-07-16glsl: Make the tree rebalancer use vector_elements, not components().Kenneth Graunke1-2/+2
2014-07-16glsl: Guard against error_type in the tree rebalancer.Kenneth Graunke1-1/+3
2014-07-16glsl: Make the tree rebalancer bail on matrix operands.Kenneth Graunke1-1/+3
2014-07-15glsl: Update expression types after rebalancing the tree.Matt Turner1-0/+17
2014-06-19glsl: Rebalance expression trees that are reduction operations.Matt Turner1-0/+300