vulkan-wsi-layer/wsi/display
Iason Paraskevopoulos 3da272878d Reset query pool on creation
Makes use of the VK_QUERY_POOL_CREATE_RESET_BIT_KHR when creating the
query pool. It disables present timing when VK_KHR_maintenance9 is not
supported by the device.

Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
Change-Id: I9d364050f0cd4a2be74e1b1d44cf3f6a0795e6f4
2025-10-17 15:02:40 +00:00
..
drm_display.cpp Scan DRM device nodes for the VK_KHR_display backend 2025-09-11 11:50:01 +01: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 Reset query pool on creation 2025-10-17 15:02:40 +00:00
surface_properties.hpp Reset query pool on creation 2025-10-17 15:02:40 +00:00
swapchain.cpp Update the layer's readme and release notes with VK_KHR_present_wait2 support 2025-09-18 10:20:43 +01:00
swapchain.hpp Add initial support for VK_KHR_present_id2 in the layer 2025-08-13 09:41:21 +01:00