summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_vec_index_to_swizzle.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-2/+1
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-2/+2
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: Death to array dereferences of vectors!Ian Romanick2013-05-131-54/+2
* glsl: Lower ir_binop_vector_extract to swizzleIan Romanick2013-05-131-0/+45
* glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul2012-11-061-1/+1
* glsl: Clamp vector indices when lowering to swizzlesIan Romanick2011-11-091-2/+20
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* glsl: Fix Doxygen tag \file in recently renamed filesChad Versace2010-11-171-1/+1
* glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke2010-11-151-0/+157