summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_block_active_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-15glsl: link uniform block arrays of arraysTimothy Arceri1-57/+111
2015-09-25glsl: Mark as active all elements of shared/std140 block arraysAntia Puentes1-0/+24
2015-09-24glsl: correctly detect inactive UBO arraysTimothy Arceri1-4/+2
2015-07-14glsl: Identify active uniform blocks that are buffer blocks as such.Iago Toral Quiroga1-0/+1
2015-07-14mesa: rename is_in_uniform_block to is_in_buffer_blockIago Toral Quiroga1-3/+3
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand1-4/+2
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