Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Mark as active all elements of shared/std140 block arrays | Antia Puentes | 2015-09-25 | 1 | -0/+24 |
* | glsl: correctly detect inactive UBO arrays | Timothy Arceri | 2015-09-24 | 1 | -4/+2 |
* | glsl: Identify active uniform blocks that are buffer blocks as such. | Iago Toral Quiroga | 2015-07-14 | 1 | -0/+1 |
* | mesa: rename is_in_uniform_block to is_in_buffer_block | Iago Toral Quiroga | 2015-07-14 | 1 | -3/+3 |
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 1 | -4/+2 |
* | glsl: Do not eliminate 'shared' or 'std140' blocks or block members | Ian Romanick | 2014-08-04 | 1 | -0/+39 |
* | glsl: Mark entire UBO array active if indexed with non-constant. | Chris Forbes | 2014-07-26 | 1 | -19/+31 |
* | glsl: Propagate explicit binding information from the AST all the way to the ... | Ian Romanick | 2014-04-11 | 1 | -0/+8 |
* | glsl: Make accessor functions for ir_variable::interface_type. | Paul Berry | 2013-10-09 | 1 | -6/+6 |
* | glsl: Add a visitor to determine whether a uniform block is ever used | Ian Romanick | 2013-01-25 | 1 | -0/+162 |