summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_block_active_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-04glsl: Do not eliminate 'shared' or 'std140' blocks or block membersIan Romanick1-0/+39
2014-07-26glsl: Mark entire UBO array active if indexed with non-constant.Chris Forbes1-19/+31
2014-04-11glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick1-0/+8
2013-10-09glsl: Make accessor functions for ir_variable::interface_type.Paul Berry1-6/+6
2013-01-25glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick1-0/+162