Age | Commit message (Expand) | Author |
---|---|---|
2011-01-31 | glsl: Introduce a new "const_in" variable mode. | Kenneth Graunke |
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke |
2011-01-11 | glsl: Fix the lowering of variable array indexing to not lose write_masks. | Eric Anholt |
2010-09-27 | glsl: Fix broadcast_index of lower_variable_index_to_cond_assign. | Eric Anholt |
2010-09-18 | glsl: Fix 'control reaches end of non-void function' warning. | Vinson Lee |
2010-09-17 | glsl2: Add flags to enable variable index lowering | Ian Romanick |
2010-09-17 | glsl2: Refactor testing for whether a deref is of a matrix or array | Ian Romanick |
2010-09-17 | glsl: add pass to lower variable array indexing to conditional assignments | Luca Barbieri |