Skip to content

radv: Fix implicit sync with recent allocation changes.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:explicit-fix into master

the implicit sync flag gets set at the beginning at the function, but I used = instead of |= later.

Fixes: bec92850 "radv: Stop using memory type indices."

Merge request reports