mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl / link_uniform_blocks.cpp
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-07-26 Timothy Arcericompiler: move glsl_interface_packing enum to shader_en...
2017-03-27 Andres Gomezglsl: UBOs and SSBOs must match the binding qualifier too
2017-02-17 Jose Maria Casanov... glsl: link error if unsized array not-last in ssbo
2016-12-21 Ian Romanickglsl: Eliminate the open-coded version of process_block...
2016-12-19 Ian Romanickglsl: Minor formatting fixes in link_uniform_blocks.cpp
2016-12-19 Ian Romanickglsl: Track the linearized array index for each UBO...
2016-12-19 Ian Romanickglsl: Fix wonkey indentation left from previous commit
2016-12-19 Ian Romanickglsl: Split process_block_array into two functions
2016-11-10 Ian Romanicklinker: Remove unnecessary overload of program_resource...
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-24 Iago Toral Quirogaglsl: add matrix layout information to interface block...
2016-10-20 Iago Toral Quirogaglsl: Indirect array indexing on non-last SSBO member...
2016-07-05 Timothy Arceriglsl: mark link_uniform_blocks_are_compatible() as...
2016-06-30 Timothy Arceriglsl: simplify link_uniform_blocks()
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-06 Dave Airlieglsl: use enum glsl_interface_packing in more places...
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-04-27 Timothy Arceriglsl: move uniform block validation to link_uniform_blo...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-05 Timothy Arceriglsl: remove remaining tabs in link_uniform_blocks.cpp
2016-04-05 Timothy Arcerimesa: remove unused IsShaderStorage field
2016-04-05 Timothy Arceriglsl: fully split apart buffer block arrays
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: copy explicit offset to uniform storage
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/