nir: move to compiler/
[mesa.git] / src / glsl / lower_ubo_reference.cpp
2015-12-10 Jordan Justenglsl: Check for SSBO variable in check_for_ssbo_store
2015-12-10 Jordan Justenglsl: Check for SSBO variable in SSBO atomic lowering
2015-12-10 Jordan Justenglsl: Replace atomic_ssbo and ssbo_atomic with atomic
2015-12-10 Jordan Justenglsl: Remove mem_ctx as member variable in lower_ubo_re...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move common code into lower_buffer_acces...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move is_dereferenced_thing_row_major...
2015-12-10 Jordan Justenglsl ubo/ssbo: Add lower_buffer_access class
2015-12-10 Jordan Justenglsl ubo/ssbo: Split buffer access to insert_buffer_access
2015-12-10 Jordan Justenglsl ubo/ssbo: Use enum to track current buffer access...
2015-12-01 Iago Toral Quirogaglsl/lower_ubo_reference: split struct copies into...
2015-12-01 Iago Toral Quirogaglsl/lower_ubo_reference: split array copies into eleme...
2015-11-10 Kristian Høgsberg... glsl: Use array deref for access to vector components
2015-11-10 Kristian Høgsberg... glsl: Drop exec_list argument to lower_ubo_reference
2015-10-20 Timothy Arceriglsl: fix regression when building interface field...
2015-10-19 Samuel Iglesias... glsl: fix segfault when indirect indexing a buffer...
2015-10-15 Timothy Arceriglsl: allow for AoA in calculating offset to ubo start...
2015-10-15 Timothy Arceriglsl: build ubo name and indexing offset for AoA
2015-10-14 Iago Toral Quirogaglsl/lower_ubo_reference: lower UBOs and SSBOs to separ...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-13 Samuel Iglesias... glsl: fix matrix stride calculation for std430's row_ma...
2015-10-02 Samuel Iglesias... glsl: emit row_major matrix's SSBO stores only for...
2015-09-29 Iago Toral Quirogaglsl: Fix null return coverity warning
2015-09-29 Iago Toral Quirogaglsl: Fix unused value warning reported by Coverity
2015-09-25 Iago Toral Quirogaglsl: lower SSBO atomic intrinsics
2015-09-25 Samuel Iglesias... glsl: use ir_rvalue instead of ir_dereference in auxili...
2015-09-25 Samuel Iglesias... glsl: add std430 interface packing support to ssbo...
2015-09-25 Samuel Iglesias... glsl: implement unsized array length
2015-07-14 Samuel Iglesias... glsl: Lower shader storage buffer object loads to GLSL...
2015-07-14 Samuel Iglesias... glsl: Lower shader storage buffer object writes to...
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-02-19 Dave Airlieglsl: Add ubo lowering support for doubles
2014-09-26 Ian Romanickglsl: Strip arrayness from ir_type_dereference_variable too
2014-09-26 Ian Romanickglsl: Make sure row-major array-of-structure get correc...
2014-09-26 Ian Romanickglsl: Make sure fields after small structs have correct...
2014-08-04 Ian Romanickglsl: Do not add extra padding to structures
2014-08-04 Ian Romanickglsl: Correctly determine when the field of a UBO is...
2014-08-04 Ian Romanickglsl: Correctly load columns of a row-major matrix
2014-08-04 Ian Romanickglsl: Use constant_expression_value instead of as_constant
2014-07-26 Chris Forbesglsl: Accept nonconstant array references in lower_ubo_...
2014-07-26 Chris Forbesglsl: Convert uniform_block in lower_ubo_reference...
2014-04-08 Kenneth Graunkeglsl: Fix lack of i2u in lower_ubo_reference.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-03-29 Ian Romanickglsl: Generated masked write instead of vector array...
2013-01-25 Ian Romanickglsl: Lower UBO references using link-time data instead...
2013-01-25 Ian Romanickglsl: Make the align function available elsewhere in...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2012-08-07 Eric Anholtglsl: Add a lowering pass to turn complicated UBO refer...