73c1fbfc79
PresentWait can still be called on a retired swapchain, and pilfering the WSI surface can cause issues. To avoid retired swapchains interfering with non-retired swapchain event queue, flag a swapchain as retired instead and immediately return OUT_OF_DATE from acquire and present. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27851>