diff options
| author | Stenzek <stenzek@gmail.com> | 2018-03-14 02:49:32 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-03-14 02:56:24 +1000 |
| commit | 51e4014a35ceb51bb039b55cd24ead71e4fe0731 (patch) | |
| tree | 059049a323ed65a93914465b5bf99441a184326b /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | db810956ec74b094c006cddf6854d626e0991221 (diff) | |
DriverDetails: Disable primitive restart on Vulkan with Mali driver
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index ce595738bc..b1440f8788 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -100,6 +100,8 @@ static BugInfo m_known_bugs[] = { BUG_BROKEN_BITWISE_OP_NEGATION, -1.0, 108.4693462, true}, {API_VULKAN, OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_PRIMITIVE_RESTART, -1.0, -1.0, true}, + {API_VULKAN, OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_PRIMITIVE_RESTART, -1.0, -1.0, + true}, {API_OPENGL, OS_LINUX, VENDOR_MESA, DRIVER_I965, Family::UNKNOWN, BUG_SHARED_CONTEXT_SHADER_COMPILATION, -1.0, -1.0, true}, {API_VULKAN, OS_ALL, VENDOR_NVIDIA, DRIVER_NVIDIA, Family::UNKNOWN, BUG_BROKEN_MSAA_CLEAR, -1.0, |
