nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / nir_opt_undef.c
2020-08-20 Eric Anholtnir: Expand opt_undef to handle undef channels in a...
2020-08-20 Eric Anholtnir/opt_undef: Handle a couple more normal store intrin...
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_undef_vecN
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from opt_undef
2018-06-23 Jason Ekstrandnir: Support deref instructions in opt_undef
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2016-12-16 Timothy Arcerinir: Turn imov/fmov of undef into undef
2016-12-15 Timothy ArceriRevert "nir: Turn imov/fmov of undef into undef."
2016-08-04 Kenneth Graunkenir: Turn imov/fmov of undef into undef.
2016-05-05 Kenneth Graunkenir: Optimize out stores of undefs.
2016-05-05 Kenneth Graunkenir: Replace vecN(undef, undef, ...) with a single...
2016-05-05 Kenneth Graunkenir: Rename opt_undef_alu to opt_undef_csel; update...
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_undef: 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/