vulkan-wsi-layer/wsi/wayland
Iason Paraskevopoulos feee8f5d36 Use common code for get_surface_formats implementations
Adds a template function for setting the supported surface formats for
a surface. This function is used in the get_surface_formats
implementation of both the WSI backends, which previously were
implementing the same logic independently.

Removes the unused surface argument from get_surface_formats and
get_surface_capabilities.

Change-Id: Ib220166675d1c24aeef230cf9f510abba9e42a61
Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
2022-03-10 10:22:22 +00:00
..
surface.cpp Merge master branch into multiple_swapchains_present_req 2021-11-10 15:38:07 +00:00
surface.hpp Merge master branch into multiple_swapchains_present_req 2021-11-10 15:38:07 +00:00
surface_properties.cpp Use common code for get_surface_formats implementations 2022-03-10 10:22:22 +00:00
surface_properties.hpp Use common code for get_surface_formats implementations 2022-03-10 10:22:22 +00:00
swapchain.cpp Fix FD ownership issue in Wayland Vulkan import 2022-01-24 17:23:03 +00:00
swapchain.hpp Remove the roundtrip to Wayland when creating wl_buffers for each image 2021-11-25 09:52:29 +00:00
wl_helpers.cpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
wl_helpers.hpp Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
wl_object_owner.hpp Move queue for frame events to the surface object 2021-11-05 11:39:38 +00:00