spirv/nir: add offset at vtn_variable
[mesa.git] / src / compiler / nir / nir_opt_copy_prop_vars.c
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Rework opt_copy_prop_vars to use deref instructions
2018-06-23 Jason Ekstrandnir/copy_prop_vars: Re-order some logic in compare_derefs
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-03-31 Jason Ekstrandnir: Return a cursor from nir_instr_remove
2017-07-19 Timothy Arcerinir: fix nir_opt_copy_prop_vars() for arrays of arrays
2017-01-10 Vinson Leenir: Fix anonymous union initialization with older...
2017-01-07 Jason Ekstrandnir: Add a local variable-based copy propagation pass