Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe8543b0 authored by Ian Elliott's avatar Ian Elliott
Browse files

Revert "Temporarily disable enumeration of VK_KHR_incremental_present"

This reverts commit 15b1cb2e.

Change-Id: Ia4d6a75a6fc71107145e7273e891e1efb0f3eb9a
parent 15b1cb2e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -739,10 +739,8 @@ VkResult EnumerateDeviceExtensionProperties(
    const InstanceData& data = GetData(physicalDevice);
    static const std::array<VkExtensionProperties, 2> loader_extensions = {{
        // WSI extensions
#if 0 // Remove this "#if 0" once the VK_KHR_incremental_present extension is ratified
        {VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME,
         VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION},
#endif
        {VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME,
         VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION},
    }};