nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_opt_gcm.c
2019-07-23 Jason Ekstrandnir: Add a nir_tex_instr_has_implicit_derivatives helper
2019-06-19 Connor Abbottnir: Add a helper to determine if an intrinsic can...
2019-01-12 Jason Ekstrandnir/gcm: Support deref instructions
2017-01-14 Connor Abbottnir/gcm: fix a bug with metadata handling
2017-01-12 Jason Ekstrandnir/gcm: Fix a typo in a comment
2017-01-12 Jason Ekstrandnir/gcm: Rework the schedule late loop
2016-09-09 Jason Ekstrandnir/gcm: Add global value numbering support
2016-09-09 Jason Ekstrandnir/gcm: Call nir_metadata_preserve
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
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_gcm: 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/