nir: support lowering clipdist to arrays
[mesa.git] / src / compiler / nir / nir_lower_io_to_scalar.c
2019-06-03 Jonathan Mareknir: copy intrinsic type when lowering load input/unifo...
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-01-22 Jason Ekstrandnir: Preserve offsets in lower_io_to_scalar_early
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-12-18 Jason Ekstrandnir/lower_io_to_scalar: Look at derefs for modes
2018-10-30 Eric Anholtnir: Allow using nir_lower_io_to_scalar_early on VS...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Rob Clarknir: convert lower_io_to_scalar to deref instructions
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-10-15 Timothy Arcerinir: add variant of lower_io_to_scalar to be called...
2017-07-19 Kenneth Graunkenir: Use nir_src_copy instead of direct assignments.
2016-08-19 Eric Anholtnir: Add an IO scalarizing pass using the intrinsic...