Skip to content

zink: disable buffer reordering correctly on shader image binds

Mike Blumenkrantz requested to merge zmike/mesa:zink-sync into main

What does this MR do and why?

zink: disable buffer reordering correctly on shader image binds

the unordered flags must be set after the barrier to avoid the
scenario where the barrier checks buffer usage and resets the flags

cc: mesa-stable

Merge request reports