nir/scheduler: Move nir_scheduler to its own header
[mesa.git] / src / compiler / nir / nir_lower_io_arrays_to_elements.c
2020-04-07 Caio Marcelo de... nir: Add per_view attribute to nir_variable
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_interp_deref_at_vertex
2019-10-31 Tapani Pällinir: fix couple of compile warnings
2019-10-25 Dylan Bakernir: Fix invalid code for MSVC
2019-10-25 Kenneth Graunkenir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks
2019-10-24 Kristian H. Kristensennir: Use BITSET for tracking varyings in lower_io_arrays
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-02-05 Kenneth Graunkenir: Avoid splitting compact arrays into per-element...
2019-01-22 Samuel Pitoisetnir: fix lowering arrays to elements for XFB outputs
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2018-12-18 Jason Ekstrandnir/lower_io_arrays_to_elements: Look at derefs for...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-09-06 Jason Ekstrandradeonsi/nir: Set vs_inputs_dual_locations and let...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Rob Clarknir: convert lower_io_arrays_to_elements to deref instr...
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-01-30 Timothy Arcerinir/st_glsl_to_nir: add param to disable splitting...
2017-12-13 Timothy Arcerinir: fix shift for uint64_t
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-03 Timothy Arcerinir: add varying array splitting pass