summaryrefslogtreecommitdiff
path: root/src/glsl/lower_vec_index_to_swizzle.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-05-13glsl: Death to array dereferences of vectors!Ian Romanick1-54/+2
2013-05-13glsl: Lower ir_binop_vector_extract to swizzleIan Romanick1-0/+45
2012-11-06glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul1-1/+1
2011-11-09glsl: Clamp vector indices when lowering to swizzlesIan Romanick1-2/+20
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+157