Skip to content

r600: Handle negate of second operator in TGSI_OPCODE_UADD

nir_to_tgsi lowers nir_op_isub to UADD and the negate source mod on the second operator. Since r600 doesn't support source mods for integers but support SUB_INT we switch the opcode and clear the negate flag.

Merge request reports