nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_opt_remove_phis.c
2019-09-25 Rhys Perrynir/opt_remove_phis: handle phis with no sources
2019-07-15 Jason Ekstrandnir/opt_if: Clean up single-src phis in opt_if_loop_ter...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2019-01-03 Timothy Arcerinir: make nir_opt_remove_phis_impl() static
2018-06-26 Jason Ekstrandnir/opt_if: Remove unneeded phis if we make progress
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2016-09-03 Connor Abbottnir: fix bug with moves in nir_opt_remove_phis()
2016-08-04 Kenneth Graunkenir: Make nir_opt_remove_phis see through moves.
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/opt_remove_phis: fixup for new foreach_block()
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/