nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_opt_peephole_select.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-03-31 Jason Ekstrandnir: Treat vec8/16 as select in opt_peephole_select
2019-12-13 Alejandro Piñeironir/opt_peephole_select: remove unused variables
2019-12-03 Ian Romanicknir/opt_peephole_select: Don't count some unary operations
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-03-27 Timothy Arcerinir: add support for user defined select control
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
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-07-17 Timothy Arcerinir: allow opt_peephole_select to handle nir_instr_type...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from opt_peephole_select
2018-06-23 Jason Ekstrandnir: Consider deref instructions in opt_peephole_select
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2016-12-30 Jason Ekstrandnir/opt_peephole_select: Pass around the actual nir_shader
2016-10-06 Jason Ekstrandnir: Remove some no longer needed asserts
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-09-22 Eric Anholtnir: Allow opt_peephole_sel to be more aggressive in...
2016-08-03 Eric Anholtnir: Allow opt_peephole_select to work on empty blocks.
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_peephole_select: 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/