nir: Add a ptr_as_array deref type
[mesa.git] / src / compiler / nir / nir_opt_copy_propagate.c
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2018-04-03 Rob Clarknir+drivers: add helpers to get # of src/dest components
2017-03-14 Jason Ekstrandnir/copy_prop: Respect the source's number of components
2016-06-26 Eric Anholtnir: Fix copy_prop_src when src is an indirect access...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/opt_cp: fixup for new foreach_block()
2016-04-27 Connor Abbottnir/opt_cp: use nir_block_get_following_if()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/