Loading libs/renderengine/skia/VulkanInterface.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
libs/renderengine/skia/VulkanInterface.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -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, Loading