summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Initialize lower_vector_visitor::dont_lower_swz.Vinson Lee2013-09-241-1/+1
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: Request an Nx1 type instance in ir_quadop_vector lowering pass.Ian Romanick2012-07-301-1/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* glsl: Fix type of label 'default' in switch statement.Vinson Lee2010-11-191-1/+1
* glsl: Add ir_quadop_vector expressionIan Romanick2010-11-191-0/+224