glsl/linker: annotate static functions as such
[mesa.git] / src / glsl / link_uniform_blocks.cpp
2015-12-30 Emil Velikovglsl/linker: annotate static functions as such
2015-10-29 Samuel Iglesias... glsl: fix GL_BUFFER_DATA_SIZE value for shader storage...
2015-10-15 Timothy Arceriglsl: link uniform block arrays of arrays
2015-09-25 Samuel Iglesias... glsl: a shader storage buffer must be smaller than...
2015-09-25 Samuel Iglesias... glsl: Add std430 support to program_resource_visitor...
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for std430 interface...
2015-07-14 Iago Toral Quirogaglsl: Identify active uniform blocks that are buffer...
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