nir/algebraic: Simplify fsat of fsign
[mesa.git] / src / compiler / nir / nir_opt_peephole_select.c
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/