vulkan-wsi-layer/util/drm
Iason Paraskevopoulos ca3820a0ba Add external memory extension
Adds a swapchain create info extension for creating an image using
external memory. This removes the need for modifying the
image_create_info in the display and wayland backends. There is still
code duplication left in these backends though, because swapchain
allocation needs to know the selected format. This will be removed when
the swapchain images will be created from the swapchain image creator.

Moves the definition of drm_format_pair to drm_utils.

Removes two step initialization from swapchain_wsi_allocator.

Change-Id: I0c937a59cc62e7e3134f0af4728fdda3739237bd
Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
2025-04-25 15:28:39 +01:00
..
drm_utils.cpp Add DRM support for ABGR210101010 format 2025-01-28 17:07:50 +00:00
drm_utils.hpp Add external memory extension 2025-04-25 15:28:39 +01:00
format_table.c Add DRM support for ABGR210101010 format 2025-01-28 17:07:50 +00:00
format_table.h Add versioning to wsialloc interface 2021-11-15 13:59:10 +00:00