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

Commit 921965fa authored by Nolan Scobie's avatar Nolan Scobie Committed by Android (Google) Code Review
Browse files

Merge "Remove bail on VK_PHYSICAL_DEVICE_TYPE_CPU from VulkanInterface::init" into main

parents 85c66bb0 137e839b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -327,11 +327,6 @@ void VulkanInterface::init(bool protectedContent) {
        BAIL("Could not find a Vulkan 1.1+ physical device");
    }

    if (physDevProps.properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_CPU) {
        // TODO: b/326633110 - SkiaVK is not working correctly on swiftshader path.
        BAIL("CPU implementations of Vulkan is not supported");
    }

    // Check for syncfd support. Bail if we cannot both import and export them.
    VkPhysicalDeviceExternalSemaphoreInfo semInfo = {
            VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO,