Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-04-14 | glsl: Fix lack of i2u in lower_ubo_reference. | Kenneth Graunke | 1 | -3/+7 |
2013-12-12 | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 1 | -1/+1 |
2013-10-09 | glsl: Make accessor functions for ir_variable::interface_type. | Paul Berry | 1 | -1/+2 |
2013-03-29 | glsl: Generated masked write instead of vector array index for UBO lowering | Ian Romanick | 1 | -7/+3 |
2013-01-25 | glsl: Lower UBO references using link-time data instead of compile-time data | Ian Romanick | 1 | -3/+86 |
2013-01-25 | glsl: Make the align function available elsewhere in the linker | Ian Romanick | 1 | -12/+7 |
2013-01-25 | glsl: Add ir_variable::is_in_uniform_block predicate | Ian Romanick | 1 | -1/+1 |
2012-08-07 | glsl: Add a lowering pass to turn complicated UBO references to vector loads. | Eric Anholt | 1 | -0/+313 |