Skip to content

vulkan/wsi: fix multiple acquires for sw without mit-shm

Mike Blumenkrantz requested to merge zmike/mesa:wsi-sw into main

in this case, lying about having multiple images and then returning the same image every time doesn't work, so keep a bitmask of available images and return an available one when possible

Merge request reports