summaryrefslogtreecommitdiff
path: root/src/glsl/lower_vec_index_to_cond_assign.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-13glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke1-2/+2
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-115/+1
2013-05-13glsl: Lower ir_binop_vector_extract to conditional movesIan Romanick1-1/+31
2013-05-13glsl: Refactor part of convert_vec_index_to_cond_assignIan Romanick1-20/+37
2012-11-11glsl: store read vector in a temp in vec_index_to_condVincent Lejeune1-4/+12
2012-11-06glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul1-2/+2
2011-07-23glsl: Compare vector indices in blocksIan Romanick1-23/+39
2011-07-23glsl: When lowering non-constant vector indexing, respect existing conditionsIan Romanick1-5/+24
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-2/+2
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/+258