vulkan-wsi-layer/wsi/wayland
Nir Ekhauz 8c65fb2af7 Update the layer's readme and release notes with VK_KHR_present_wait2 support
1. Update the README file.
2. Remove the guards from the code.

Signed-off-by: Nir.Ekhauz <nir.ekhauz@arm.com>
Change-Id: Idf65baee25d09a3b4bc3b563455468bac4d5bddf
2025-09-18 10:20:43 +01:00
..
present_id_wayland.cpp Adding exception-safe custom mutex to the WSI layer 2025-09-05 16:06:38 +01:00
present_id_wayland.hpp Adding exception-safe custom mutex to the WSI layer 2025-09-05 16:06:38 +01:00
present_timing_handler.cpp Query pool reads for QUEUE_OPERATIONS_END_BIT_EXT skipped when not ready 2025-09-11 15:47:13 +00:00
present_timing_handler.hpp Query pool reads for QUEUE_OPERATIONS_END_BIT_EXT skipped when not ready 2025-09-11 15:47:13 +00:00
present_wait_wayland.cpp Implement vkWaitForPresent2KHR 2025-08-28 15:46:50 +01:00
present_wait_wayland.hpp Implement vkWaitForPresent2KHR 2025-08-28 15:46:50 +01:00
surface.cpp Adds support for present timing on Wayland even if the compositor does not support wp_presentation. Previously, support for wp_presentation was assumed. 2025-06-18 12:15:41 +00:00
surface.hpp Adds support for present timing on Wayland even if the compositor does not support wp_presentation. Previously, support for wp_presentation was assumed. 2025-06-18 12:15:41 +00:00
surface_properties.cpp Update the layer's readme and release notes with VK_KHR_present_wait2 support 2025-09-18 10:20:43 +01:00
surface_properties.hpp This commit merges several related changes to make the layer 2025-06-27 15:21:58 +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 external memory extension 2025-04-25 15:28:39 +01:00
wl_helpers.cpp Update clang-format rules 2024-07-04 10:30:42 +01:00
wl_helpers.hpp Implement vkWaitForPresentKHR entrypoint 2025-05-09 16:04:39 +00:00
wl_object_owner.hpp Use wp_presentation_feedback to update the presented ID value 2025-04-01 09:27:18 +00:00
wp_presentation_feedback.cpp Query pool reads for QUEUE_OPERATIONS_END_BIT_EXT skipped when not ready 2025-09-11 15:47:13 +00:00
wp_presentation_feedback.hpp Timestamp for VK_PRESENT_STAGE_IMAGE_FIRST_PIXEL_OUT_BIT_EXT in Wayland 2025-07-24 08:39:09 +00:00