Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / link_uniform_blocks.cpp
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Iago Toral Quirogaglsl: Identify active uniform blocks that are buffer...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-25 Jason Ekstrandvk/compiler: Fix up the binding hack and make it work...
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
2015-05-04 Ian Romanickglsl: Silence unused parameter warnings
2015-02-21 Ilia Mirkinglsl: ensure that enter/leave record get a record type
2015-02-19 Ilia Mirkinglsl: fix uniform linking logic in the presence of...
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-08-04 Ian Romanickglsl: Track matrix layout of variables using two bits
2014-08-04 Ian Romanicklinker: Add padding after the last field of a structure
2014-08-04 Ian Romanicklinker: Add a last_field parameter to various program_r...
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-07-23 Ian Romanickglsl: Fix some bad indentation
2014-06-26 Juha-Pekka Heikkilaglsl: check _mesa_hash_table_create return value in...
2014-04-11 Ian Romanickglsl: Propagate explicit binding information from the...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-08-19 Ian Romanickglsl: Use alignment of container record for its first...
2013-07-30 Paul Berryglsl: Remove bogus check on return value of link_unifor...
2013-02-04 Paul Berryglsl: Rename uniform_field_visitor to program_resource_...
2013-01-25 Ian Romanickglsl: Add link_uniform_blocks to calculate all UBO...
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing