glsl: fix uniform linking logic in the presence of structs
[mesa.git] / src / glsl / link_uniform_blocks.cpp
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