nir: save IO semantics in lowered IO intrinsics
[mesa.git] / src / compiler / nir / nir_opt_copy_propagate.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-03-31 Jason Ekstrandnir: Copy propagate through vec8s and vec16s
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-04-03 Dave Airlienir: use proper array sizing define for vectors
2019-02-20 Timothy Arcerinir: remove non-ssa support from nir_copy_prop()
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
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/