vulkan-wsi-layer/wsi/display
Maged Elnaggar 65541a5557 Fix that WSI layer display could end up with empty fd_set
Moved FD_ZERO() and FD_SET() inside the do...while loop
so the fd_set is re-initialized before each select() call

Signed-off-by: Maged Elnaggar <maged.elnaggar@arm.com>
Change-Id: I63b9d472248ba4af150e1bcb235bf441c7e91c58
2026-04-14 21:25:52 +00:00
..
drm_display.cpp * Enables new warnings (which are made errors by -Werror) 2025-12-17 09:55:55 +00:00
drm_display.hpp Add external memory extension 2025-04-25 15:28:39 +01:00
present_wait_display.cpp Implement vkWaitForPresent2KHR 2025-08-28 15:46:50 +01:00
present_wait_display.hpp Implement vkWaitForPresent2KHR 2025-08-28 15:46:50 +01:00
surface.cpp Fix the VK_KHR_DISPLAY implementation within the WSI Layer 2024-11-14 16:48:34 +00:00
surface.hpp Refactor framebuffer format support 2024-08-12 11:44:22 +00:00
surface_properties.cpp Release VK_EXT_present_timing 2026-02-16 11:46:48 +00:00
surface_properties.hpp Release VK_EXT_present_timing 2026-02-16 11:46:48 +00:00
swapchain.cpp Fix that WSI layer display could end up with empty fd_set 2026-04-14 21:25:52 +00:00
swapchain.hpp Decouple swapchain images and their memory from swapchain class 2025-11-20 13:55:45 +00:00