Skip to content

zink: use vkGetFenceStatus when we're obviously checking for status

Mike Blumenkrantz requested to merge zmike/mesa:zink-simple_fence into master

a timeout of 0 indicates that gallium wants to know whether a fence is done, so we can use a simpler call here

Merge request reports