summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_blocks.cpp
AgeCommit message (Expand)AuthorFilesLines
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