aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_vec_index_to_cond_assign.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Make the clone() method take a talloc context.Eric Anholt2010-08-041-2/+6
* glsl2: Replace insert_before/remove pairs with exec_node::replace_with.Kenneth Graunke2010-07-211-2/+1
* glsl2: Add and use new variable mode ir_var_temporaryIan Romanick2010-07-201-4/+8
* glsl2: Add support for variable vector indexing on the LHS of assignments.Eric Anholt2010-07-121-3/+57
* glsl2: Clean up vec_index_to_cond_assign after the clone return type change.Eric Anholt2010-07-071-2/+2
* glsl2: Add pass for supporting variable vector indexing in rvalues.Eric Anholt2010-07-061-0/+197