nir: move to compiler/
[mesa.git] / src / glsl / link_atomics.cpp
2015-12-30 Timothy Arceriglsl: tidy up struct with a single member
2015-11-12 Tapani Pälliglsl: set matrix_stride for non matrices with atomic...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-15 Timothy Arceriglsl: add AoA support for atomic counters
2015-05-21 Timothy Arceriglsl: remove element_type() helper
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-06-26 Juha-Pekka Heikkilaglsl: Add missing null check in push_back()
2014-01-23 Brian Paulglsl: silence a couple warnings in find_active_atomic_c...
2014-01-09 Paul Berryglsl: Index into ctx->Const.Program[] rather than using...
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-30 Paul Berrymesa: Improve static error checking of arrays sized...
2013-12-30 Paul Berryglsl: Get rid of hardcoded arrays of shader target...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-11-07 Francisco Jerezglsl: Linker support for ARB_shader_atomic_counters.