Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / ast_array_index.cpp
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-20 Francisco Jerezglsl: Forbid non-constant image array indexing in GLSL...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-22 Marek Olšákglsl: allow indexing of gl_out with a non-const if...
2015-07-22 Chris Forbesglsl: allow nonconst indexing of arrays where we can...
2015-06-30 Tapani Pälliglsl: Allow dynamic sampler array indexing with GLSL...
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-21 Timothy Arceriglsl: remove element_type() helper
2015-03-05 Vinson Leeglsl: Fix GCC unused-variable warning in release build.
2014-10-22 Anuj Phogatglsl: Use signed array index in update_max_array_access()
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-08-12 Chris Forbesglsl: Allow dynamically uniform sampler array indexing...
2014-07-26 Chris Forbesglsl: Allow non-constant UBO array indexing with GLSL4...
2014-01-23 Timothy Arceriglsl: Add ARB_arrays_of_arrays support to yacc definiti...
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-10-28 Timothy Arceriglsl: Add check for unsized arrays to glsl types
2013-10-28 Timothy Arceriglsl: Fix comment
2013-10-17 Paul Berryglsl: In update_max_array_access, fix interface instanc...
2013-10-09 Paul Berryglsl: Update ir_variable::max_ifc_array_access properly.
2013-10-09 Paul Berryglsl: Move update of max_array_access into a separate...
2013-08-02 Paul Berryglsl: Permit non-ubo input interface arrays to use...
2013-05-13 Ian Romanickglsl: Generate ir_binop_vector_extract for indexing...
2013-04-08 Ian Romanickglsl: Don't early-out for error-type inputs
2013-04-08 Ian Romanickglsl: Don't emit spurious errors for constant indexes...
2013-04-08 Ian Romanickglsl: Collect all of the non-constant index error check...
2013-04-08 Ian Romanickglsl: Minor code compaction in _mesa_ast_array_index_to_hir
2013-04-08 Ian Romanickglsl: Remove some unnecessary uses of error_emitted
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...