Skip to content

zink: fixup initialization of operand_mask / num_extra_operands

Erik Faye-Lund requested to merge kusma/mesa:zink-fixup-extra_operands into master

This doesn't change behavior, but makes the code a bit easier to read. Both values are zero, but I somehow swapped the logical meaning of them when initializing.

Merge request reports