vulkan-wsi-layer/wsi/display
Ginu Jacob 02ae04d08f Introduce an extensions abstraction in the layer
In this change, an abstraction layer is added to the swapchain
extensions. The extensions present_timing, present_id,
image_compression_control, frame_boundary, and swapchain_maintenance1
are moved to the new extensions abstraction framework.

Additionally, the compression control extension has been formalized in
the layer as it is part of Vulkan spec so compression control guards
have been removed.

Change-Id: Ib28739ca35dfbf5df987241a9010619279f3e1bb
Signed-off-by: Ginu Jacob <ginu.jacob@arm.com>
Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com>
2025-01-31 17:31:32 +00:00
..
drm_display.cpp Refactor framebuffer format support 2024-08-12 11:44:22 +00:00
drm_display.hpp Refactor framebuffer format support 2024-08-12 11:44:22 +00: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 Introduce an extensions abstraction in the layer 2025-01-31 17:31:32 +00:00
surface_properties.hpp Fix VK_KHR_display compilation 2024-10-16 08:57:32 +00:00
swapchain.cpp Introduce an extensions abstraction in the layer 2025-01-31 17:31:32 +00:00
swapchain.hpp Introduce an extensions abstraction in the layer 2025-01-31 17:31:32 +00:00