nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_int_to_float.c
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-07-23 Andreas Baierlnir/ lower_int_to_float: Handle umax and umin
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: fix lower_{int,bool}_to_float for new mov opcode
2019-05-29 Brian Paulnir: silence three compiler warnings seen with MinGW
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-07 Vasily Khoruzhicknir: add int_to_float lowering pass