nir/scheduler: Move nir_scheduler to its own header
[mesa.git] / src / compiler / nir / nir_opt_gcm.c
2020-07-02 Timothy Arcerinir: fix implicit fallthrough warnings
2020-04-20 Timothy Arcerinir/gcm: dont move movs unless we can replace them...
2020-04-20 Timothy Arcerinir/gcm: be more conservative about moving instructions...
2020-04-20 Timothy Arcerinir/gcm: allow derivative dependent intrinisics to...
2020-04-20 Jason Ekstrandnir/gcm: Prefer the instruction's original block
2020-04-20 Jason Ekstrandnir/gcm: Delete dead instructions
2020-04-20 Jason Ekstrandnir/gcm: Add a real concept of "progress"
2020-04-20 Jason Ekstrandnir/gcm: Move block choosing into a helper function
2020-04-20 Jason Ekstrandnir/gcm: Use an array for storing the early block
2020-04-20 Jason Ekstrandnir/gcm: Loop over blocks in pin_instructions
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/