Skip to content

turnip: fix off-by-one in border color bitset

Chia-I Wu requested to merge olv/mesa:tu-border-color into main

BITSET_FFS reserves 0 for no bit set. BITSET_CLEAR just below cleared the wrong bit.

Merge request reports