| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Lower shader storage buffer object loads to GLSL IR instrinsics | Samuel Iglesias Gonsalvez | 2015-07-14 | 1 | -8/+65 |
* | glsl: Lower shader storage buffer object writes to GLSL IR instrinsics | Samuel Iglesias Gonsalvez | 2015-07-14 | 1 | -130/+311 |
* | mesa: rename is_in_uniform_block to is_in_buffer_block | Iago Toral Quiroga | 2015-07-14 | 1 | -1/+1 |
* | glsl: Add ubo lowering support for doubles | Dave Airlie | 2015-02-19 | 1 | -24/+33 |
* | glsl: Strip arrayness from ir_type_dereference_variable too | Ian Romanick | 2014-09-26 | 1 | -1/+1 |
* | glsl: Make sure row-major array-of-structure get correct layout | Ian Romanick | 2014-09-26 | 1 | -1/+8 |
* | glsl: Make sure fields after small structs have correct padding | Ian Romanick | 2014-09-26 | 1 | -0/+22 |
* | glsl: Do not add extra padding to structures | Ian Romanick | 2014-08-04 | 1 | -3/+0 |
* | glsl: Correctly determine when the field of a UBO is row-major | Ian Romanick | 2014-08-04 | 1 | -15/+120 |
* | glsl: Correctly load columns of a row-major matrix | Ian Romanick | 2014-08-04 | 1 | -4/+11 |
* | glsl: Use constant_expression_value instead of as_constant | Ian Romanick | 2014-08-04 | 1 | -1/+2 |
* | glsl: Accept nonconstant array references in lower_ubo_reference | Chris Forbes | 2014-07-26 | 1 | -11/+32 |
* | glsl: Convert uniform_block in lower_ubo_reference to ir_rvalue. | Chris Forbes | 2014-07-26 | 1 | -7/+8 |
* | glsl: Fix lack of i2u in lower_ubo_reference. | Kenneth Graunke | 2014-04-08 | 1 | -3/+7 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 1 | -1/+1 |
* | glsl: Make accessor functions for ir_variable::interface_type. | Paul Berry | 2013-10-09 | 1 | -1/+2 |
* | glsl: Generated masked write instead of vector array index for UBO lowering | Ian Romanick | 2013-03-29 | 1 | -7/+3 |
* | glsl: Lower UBO references using link-time data instead of compile-time data | Ian Romanick | 2013-01-25 | 1 | -3/+86 |
* | glsl: Make the align function available elsewhere in the linker | Ian Romanick | 2013-01-25 | 1 | -12/+7 |
* | glsl: Add ir_variable::is_in_uniform_block predicate | Ian Romanick | 2013-01-25 | 1 | -1/+1 |
* | glsl: Add a lowering pass to turn complicated UBO references to vector loads. | Eric Anholt | 2012-08-07 | 1 | -0/+313 |