summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_uniform_block_active_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-4/+2
* glsl: Do not eliminate 'shared' or 'std140' blocks or block membersIan Romanick2014-08-041-0/+39
* glsl: Mark entire UBO array active if indexed with non-constant.Chris Forbes2014-07-261-19/+31
* glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick2014-04-111-0/+8
* glsl: Make accessor functions for ir_variable::interface_type.Paul Berry2013-10-091-6/+6
* glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick2013-01-251-0/+162