wsi/wayland: Do not assert that all present IDs have been waited on.
authorHans-Kristian Arntzen <post@arntzen-software.no>
Tue, 2 May 2023 11:31:37 +0000 (13:31 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 3 May 2023 16:09:10 +0000 (16:09 +0000)
commit11a853e912c73b65f6b877e4fbca904b54f3da41
tree8ae0716c70caaa79d88e93ec43d449b074816785
parent577b3c7bb2dab10de3cb039b464870a44c118798
wsi/wayland: Do not assert that all present IDs have been waited on.

EXT_swapchain_maintenance1 allows destruction when the swapchain fence
is complete. That may signal before we have dispatched all present
waits. Just discard those presentation feedbacks.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22682>
src/vulkan/wsi/wsi_common_wayland.c