Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/compiler: use new hash table and set creation helpers | Caio Marcelo de Oliveira Filho | 2019-01-14 | 1 | -2/+1 |
* | glsl: Walk a list of ir_dereference_array to mark array elements as accessed | Ian Romanick | 2016-12-19 | 1 | -1/+72 |
* | glsl: Mark a set of array elements as accessed using a list of array_deref_range | Ian Romanick | 2016-12-19 | 1 | -0/+55 |
* | glsl: Add structures to track accessed elements of a single array | Ian Romanick | 2016-12-19 | 1 | -0/+21 |
* | glsl: Add tracking for elements of an array-of-arrays that have been accessed | Ian Romanick | 2016-12-19 | 1 | -1/+9 |
* | glsl: Use simpler visitor to determine which UBO and SSBO blocks are used | Ian Romanick | 2016-12-19 | 1 | -0/+99 |