nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_bool_to_int32.c
2020-08-25 Jason Ekstrandnir: Report progress properly in nir_lower_bool_to_*
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-03-30 Jason Ekstrandnir: Add b2b opcodes
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2018-12-20 Iago Toral Quirogaintel/compiler: move nir_lower_bool_to_int32 before...
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass