glsl: add a parse check to check for the index layout qualifier
[mesa.git] / src / glsl / lower_named_interface_blocks.cpp
2015-10-20 Timothy Arceriglsl: fix stream qualifier for blocks with an instance...
2015-10-15 Timothy Arceriglsl: Add support for lowering interface block arrays...
2015-07-22 Fabian Bielerglsl: add "in" or "out" prefix to name when flattening...
2015-07-22 Fabian Bielerglsl: add the patch in/out qualifier (v2)
2015-07-14 Kristian Høgsbergglsl: Add ir_var_shader_storage
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-04-16 Iago Toral Quirogaglsl: Properly handle blocks that define the same field...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-10-25 Paul Berryglsl: mark variables produced by lower_named_interface_...
2013-10-25 Paul Berryglsl: Keep track of centroid/interpolation mode for...
2013-10-25 Paul Berryglsl: set explicit_location correctly in lower_named_in...
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-08 Paul Berryglsl: Keep track of location for interface block fields.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-07-25 Paul Berryglsl: don't rename variables in interface block arrays.
2013-07-15 Paul Berryglsl: Fix lower_named_interface_blocks to account for...
2013-06-07 Vinson Leeglsl linker: Initialize member variable interface_names...
2013-05-23 Jordan Justenglsl linker: support arrays of interface block instances
2013-05-23 Jordan Justenglsl linker: remove interface block instance names