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

Commit d05402ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Temporarily disable enumeration of VK_KHR_incremental_present""

parents 9f02435f fe8543b0
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -739,10 +739,8 @@ VkResult EnumerateDeviceExtensionProperties(
    const InstanceData& data = GetData(physicalDevice);
    const InstanceData& data = GetData(physicalDevice);
    static const std::array<VkExtensionProperties, 2> loader_extensions = {{
    static const std::array<VkExtensionProperties, 2> loader_extensions = {{
        // WSI 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_EXTENSION_NAME,
         VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION},
         VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION},
#endif
        {VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME,
        {VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME,
         VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION},
         VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION},
    }};
    }};