Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Make the clone() method take a talloc context. | Eric Anholt | 2010-08-04 | 1 | -2/+6 |
* | glsl2: Replace insert_before/remove pairs with exec_node::replace_with. | Kenneth Graunke | 2010-07-21 | 1 | -2/+1 |
* | glsl2: Add and use new variable mode ir_var_temporary | Ian Romanick | 2010-07-20 | 1 | -4/+8 |
* | glsl2: Add support for variable vector indexing on the LHS of assignments. | Eric Anholt | 2010-07-12 | 1 | -3/+57 |
* | glsl2: Clean up vec_index_to_cond_assign after the clone return type change. | Eric Anholt | 2010-07-07 | 1 | -2/+2 |
* | glsl2: Add pass for supporting variable vector indexing in rvalues. | Eric Anholt | 2010-07-06 | 1 | -0/+197 |