summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/DriverDetails.cpp
diff options
context:
space:
mode:
authorOatmealDome <julian@oatmealdome.me>2021-09-16 23:22:05 -0400
committerOatmealDome <julian@oatmealdome.me>2021-09-16 23:32:10 -0400
commit7e8f5208fe2cd01277358abdeec622492927eb11 (patch)
treedbd3993f513e17dcb9c1ea0c662b6da30cd67f5d /Source/Core/VideoCommon/DriverDetails.cpp
parent2d1ec6332b6335107e4e1fbd9c6735840117623e (diff)
VulkanContext: Disable subgroup reduction on macOS with AMD GPUs
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
-rw-r--r--Source/Core/VideoCommon/DriverDetails.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp
index 3f31a522d0..4b1ce936d0 100644
--- a/Source/Core/VideoCommon/DriverDetails.cpp
+++ b/Source/Core/VideoCommon/DriverDetails.cpp
@@ -127,6 +127,8 @@ constexpr BugInfo m_known_bugs[] = {
-1.0, -1.0, true},
{API_OPENGL, OS_WINDOWS, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_BROKEN_SSBO_FIELD_ATOMICS,
-1.0, -1.0, true},
+ {API_VULKAN, OS_OSX, VENDOR_ATI, DRIVER_PORTABILITY, Family::UNKNOWN,
+ BUG_BROKEN_SUBGROUP_INVOCATION_ID, -1.0, -1.0, true},
};
static std::map<Bug, BugInfo> m_bugs;