nir/scheduler: Move nir_scheduler to its own header
[mesa.git] / src / compiler / nir / nir_lower_phis_to_scalar.c
2020-07-02 Timothy Arcerinir: fix implicit fallthrough warnings
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in lower_phis_to_scalar
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_interp_deref_at_vertex
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-02-23 Timothy Arcerinir: allow nir_lower_phis_to_scalar() on more src types
2019-01-26 Jason Ekstrandnir: Add load/store/atomic global intrinsics
2019-01-22 Jason Ekstrandnir: Mark deref UBO and SSBO access as non-scalar
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_phis_to_scalar
2018-06-23 Jason Ekstrandnir: Consider deref instructions in lower_phis_to_scalar
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
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/lower_phis_to_scalar: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/