vulkan-wsi-layer/wsi
Iason Paraskevopoulos 17204773df Handle present request for multiple swapchains
Adds an additional semaphore for every swapchain image to be waited for
before the present engine access an image. During a present request with
multiple swapchains, these semaphores are grouped together and are
signaled after the incoming pWaitSemaphores signal.

Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
Change-Id: I94cabbf5f7d9a45dceef60eec7773b48ccc32078
2021-11-01 17:28:43 +00:00
..
headless Fix formatting issues 2021-10-29 08:51:25 +00:00
wayland Add ability to specify custom wsialloc implementations 2021-11-01 09:17:41 +00:00
surface.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
surface_properties.hpp Add ring buffer utility 2021-08-26 13:42:23 +01:00
swapchain_base.cpp Handle present request for multiple swapchains 2021-11-01 17:28:43 +00:00
swapchain_base.hpp Handle present request for multiple swapchains 2021-11-01 17:28:43 +00:00
synchronization.cpp Fix formatting issues 2021-10-29 08:51:25 +00:00
synchronization.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
wsi_factory.cpp Add build option for headless extension 2021-10-26 10:07:14 +00:00
wsi_factory.hpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00