nir: convert lower_io_arrays_to_elements to deref instructions
[mesa.git] / src / compiler / nir / nir_lower_io_arrays_to_elements.c
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