util: use C99 declaration in the for-loop hash_table_foreach() macro
[mesa.git] / src / compiler / nir / nir_lower_io_to_scalar.c
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...