summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_uniform_block_active_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-74/+0
* glsl: link uniform block arrays of arraysTimothy Arceri2015-10-151-2/+11
* glsl: Identify active uniform blocks that are buffer blocks as such.Iago Toral Quiroga2015-07-141-0/+1
* glsl: Do not eliminate 'shared' or 'std140' blocks or block membersIan Romanick2014-08-041-0/+1
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* glsl: Remove unused includes in link_uniform_block_active_visitor.hThomas Helland2014-06-101-2/+0
* glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick2014-04-111-0/+3
* glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick2013-01-251-0/+62