Remove to-do to check if FIFO is ok on Wayland
authorBen Davis <ben.davis@arm.com>
Wed, 21 Apr 2021 12:21:31 +0000 (13:21 +0100)
committerBen Davis <ben.davis@arm.com>
Wed, 21 Apr 2021 12:24:19 +0000 (13:24 +0100)
Although Mailbox mode is recommended for use on Wayland, FIFO is
required by the Vulkan spec and after investigation our implementation
seems to be compliant with the spec.

Change-Id: Ib3230e31c4dd516bc40dc50c9e920fb145506145
Signed-off-by: Ben Davis <ben.davis@arm.com>
wsi/wayland/surface_properties.cpp

index 2a111bd..a1d254c 100644 (file)
@@ -226,7 +226,7 @@ VkResult surface_properties::get_surface_present_modes(VkPhysicalDevice physical
 {
 
    VkResult res = VK_SUCCESS;
-   /* TODO: Check that FIFO is okay on Wayland */
+
    static std::array<const VkPresentModeKHR, 2> modes = {
       VK_PRESENT_MODE_FIFO_KHR,
       VK_PRESENT_MODE_MAILBOX_KHR,