Skip to content

zink: ensure fences are released before reusing them

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

at this point it's guaranteed that the cmdbuf has completed since the timeline id has passed, but vulkan hasn't technically "released" the fence until it's been waited upon, so cut down on some validation spam by waiting here like in get_batch_state()

Merge request reports