mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-24 07:58:16 +02:00
Moves the handling of frame done events from the swapchain object to the surface object. This will prevent failures where a frame done event arrives after the swapchain has been destructed but the surface hasn't. Uses wayland_owners objects for managing the surface event queue and the frame done event callback. Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com> Change-Id: I61459440e7a6fe8d9447d13f65b797cfcf05f0ed |
||
|---|---|---|
| .. | ||
| headless | ||
| wayland | ||
| surface.hpp | ||
| surface_properties.hpp | ||
| swapchain_base.cpp | ||
| swapchain_base.hpp | ||
| synchronization.cpp | ||
| synchronization.hpp | ||
| wsi_factory.cpp | ||
| wsi_factory.hpp | ||