summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_blocks.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-15glsl: link uniform block arrays of arraysTimothy Arceri1-53/+107
2015-09-25glsl: a shader storage buffer must be smaller than the maximum size allowedSamuel Iglesias Gonsalvez1-0/+19
2015-09-25glsl: Add std430 support to program_resource_visitor's member functionsSamuel Iglesias Gonsalvez1-5/+14
2015-09-25glsl: Add parser/compiler support for std430 interface packing qualifierSamuel Iglesias Gonsalvez1-3/+12
2015-07-14glsl: Identify active uniform blocks that are buffer blocks as such.Iago Toral Quiroga1-0/+4
2015-05-04glsl: Silence unused parameter warningsIan Romanick1-4/+4
2015-02-21glsl: ensure that enter/leave record get a record typeIlia Mirkin1-0/+3
2015-02-19glsl: fix uniform linking logic in the presence of structsIlia Mirkin1-25/+20
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand1-1/+2
2014-08-04glsl: Track matrix layout of variables using two bitsIan Romanick1-1/+1
2014-08-04linker: Add padding after the last field of a structureIan Romanick1-0/+13
2014-08-04linker: Add a last_field parameter to various program_resource_visitor methodsIan Romanick1-1/+2
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-1/+1
2014-07-23glsl: Fix some bad indentationIan Romanick1-3/+3
2014-06-26glsl: check _mesa_hash_table_create return value in link_uniform_blocksJuha-Pekka Heikkila1-0/+6
2014-04-11glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick1-2/+12
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-08-19glsl: Use alignment of container record for its first fieldIan Romanick1-1/+16
2013-07-30glsl: Remove bogus check on return value of link_uniform_blocks().Paul Berry1-1/+1
2013-02-04glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry1-3/+3
2013-01-25glsl: Add link_uniform_blocks to calculate all UBO data at link-timeIan Romanick1-0/+248
2013-01-25linker: Refactor intra-stage block compatabililty testingIan Romanick1-0/+65