summaryrefslogtreecommitdiff
path: root/src/glsl/lower_vector.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-24glsl: Initialize lower_vector_visitor::dont_lower_swz.Vinson Lee1-1/+1
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2012-07-30glsl: Request an Nx1 type instance in ir_quadop_vector lowering pass.Ian Romanick1-1/+1
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-19glsl: Fix type of label 'default' in switch statement.Vinson Lee1-1/+1
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick1-0/+224