nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / nir_lower_bit_size.c
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...