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

Commit cc9a304d authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter
Browse files

Disable HDR extension for now

Test: adb shell vkinfo
Test: Should not see VK_EXT_hdr_metadata in extension list.

bug: 36007564

Change-Id: I96a365d75ddec75856af2fda834d3a4f8368ebb0
parent b65dbd5f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -778,9 +778,6 @@ VkResult EnumerateDeviceExtensionProperties(
    loader_extensions.push_back({
        VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME,
        VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION});
    loader_extensions.push_back({
        VK_EXT_HDR_METADATA_EXTENSION_NAME,
        VK_EXT_HDR_METADATA_SPEC_VERSION});

    // conditionally add shared_presentable_image if supportable
    VkPhysicalDevicePresentationPropertiesANDROID presentation_properties;