From df322417593ac9eccc400ad12c29c3a55e118d56 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Wed, 6 Oct 2021 16:46:36 +0200 Subject: [PATCH] [drape] Don't use vulkan on PowerVR Rogue G6110. Signed-off-by: Viktor Govako --- drape/support_manager.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drape/support_manager.cpp b/drape/support_manager.cpp index ca1f0d21e9..dc0dc79abc 100644 --- a/drape/support_manager.cpp +++ b/drape/support_manager.cpp @@ -113,8 +113,10 @@ bool SupportManager::IsVulkanForbidden() const bool SupportManager::IsVulkanForbidden(std::string const & deviceName, Version apiVersion, Version driverVersion) const { - static std::array const kBannedDevices = {"PowerVR Rogue GE8100", - "PowerVR Rogue GE8300"}; + /// @todo Should we ban all PowerVR Rogue devices? + static char const * kBannedDevices[] = { + "PowerVR Rogue G6110", "PowerVR Rogue GE8100", "PowerVR Rogue GE8300" + }; // On these configurations we've detected fatal driver-specific Vulkan errors. static std::array const kBannedConfigurations = {