nir/lower_bit_size: mask bitz/bitnz src1 like shifts
[platform/upstream/mesa.git] / src / compiler / nir / nir_lower_bit_size.c
2023-06-29 Georg Lehmannnir/lower_bit_size: mask bitz/bitnz src1 like shifts
2023-06-27 Alyssa Rosenzweignir: Convert to nir_foreach_function_impl
2023-06-27 Alyssa Rosenzweignir: Use nir_builder_create
2023-05-19 Kenneth Graunkenir: Assert that we don't shrink bit-sizes in nir_lower...
2023-05-17 Alyssa Rosenzweignir: Drop unused name from nir_ssa_dest_init
2023-04-07 Alyssa Rosenzweignir: Remove 2nd argument from nir_before_src
2022-12-01 Jason Ekstrandnir/builder: Drop nir_i2i and nir_u2u in favor of nir_x2xN
2022-11-18 Rhys Perrynir/lower_bit_size: lower uadd_sat/iadd_sat/isub_sat...
2022-11-18 Rhys Perrynir/lower_bit_size: optimize usub_sat lowering
2022-11-18 Rhys Perrynir/lower_bit_size: lower uadd_carry
2022-09-26 Marcin Ślusarznir: use nir_shader_instructions_pass in nir_lower_64bi...
2022-08-30 Rhys PerryRevert "nir: Drop the unused instr arg for src/dest...
2021-09-14 Emma Anholtnir: Drop the unused instr arg for src/dest copy functions.
2021-08-26 Filip Gawinnir: fix shadowed variable in nir_lower_bit_size.c
2021-08-24 Ian Romanicknir/lower_bit_size: Support add_sat and sub_sat
2021-08-13 Emma Anholtnir: Move phi src setup to a helper.
2021-03-08 Jason Ekstrandnir: Make nir_ssa_def_rewrite_uses_after take an SSA...
2021-03-08 Jason Ekstrandnir: Make nir_ssa_def_rewrite_uses take an SSA value
2021-02-16 Jason Ekstrandnir/lower_bit_size: Support phi instructions
2020-11-09 Jason Ekstrandnir/lower_bit_size: Add support for lowering subgroup ops
2020-11-09 Jason Ekstrandnir/lower_bit_size: Pass a nir_instr to the callback
2020-11-09 Jason Ekstrandnir/lower_bit_size: Don't cast comparison results
2020-11-04 Rhys Perrynir/lower_bit_size: optimize upcast of b2i8/b2i16
2020-08-27 Jesse Natalienir_lower_bit_size: Support lowering ops with differing...
2020-08-27 Jesse Natalienir: Add a lowering pass to split 64bit phis
2020-08-24 Eric Anholtnir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and...
2020-07-24 Jesse Natalienir: Support vec8/vec16 in nir_lower_bit_size
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-06-03 Rob Clarknir: extract out convert_to_bitsize() helper
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of {imul,umul}_high
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of shifts
2018-05-03 Iago Toral Quirogacompiler/nir: add a lowering pass to convert the bit...