nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_lower_alu_to_scalar.c
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-11-20 Neil Robertsnir/lower_alu_to_scalar: Support lowering 8- and 16...
2019-09-17 Samuel Iglesias... nir: fix denorms in unpack_half_1x16()
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-07-17 Eric Anholtnir: Fix nir_lower_alu_to_scalar's instr filtering.
2019-07-16 Jason Ekstrandnir/alu_to_scalar: Use the new NIR lowering framework
2019-07-16 Jason Ekstrandnir/alu_to_scalar: Use "alu" as the name for the nir_al...
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-11-16 Jason Ekstrandnir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
2018-10-04 Jason Ekstrandnir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled...
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-03-07 Daniel Schürmannnir: add AMD_gcn_shader extended instructions
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-01-20 Ian Romanicknir: Add 64-bit integer support for conversions and...
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-14 Kenneth Graunkenir: Call nir_metadata_preserve from nir_lower_alu_to_s...
2016-06-20 Jason Ekstrandnir/alu_to_scalar: Respect the exact ALU operation...
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/lower_alu_to_scalar: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Connor Abbottnir: don't try to scalarize unpack_double_2x32
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-23 Jason Ekstrandnir/alu_to_scalar: Propagate the "exact" bit
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
2016-02-01 Matt Turnernir: Add lowering of nir_op_unpack_half_2x16.
2016-01-26 Emil Velikovnir: move to compiler/