Regression: VK_ERROR_OUT_OF_DATE_KHR no longer returned on resize
Using the intel driver from mesa 21.2.1 and XCB, neither vkAcquireNextImageKHR
nor vkQueuePresentKHR
return any error when the window is resized. Previously these returned VK_ERROR_OUT_OF_DATE_KHR
, but now no error is returned at all (including VK_SUBOPTIMAL_KHR
). This issue is not present in mesa 21.1.6. (Apologies if this is already fixed -- I haven't yet had a chance to check against the main
branch.)
- OS: Arch Linux
- GPU: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
- Kernel version: 5.13.12
- Mesa version: 21.2.1
- Xserver version: 1.20.13
- Desktop manager and compositor: i3 (no compositor)
Thank you!