diff options
| author | Stenzek <stenzek@gmail.com> | 2017-02-18 14:13:45 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-02-18 15:07:35 +1000 |
| commit | e2ddb3853eb8b285ceb488543d68f8c48af2b64d (patch) | |
| tree | 5016d06b3547cb5713b54e3796aa5eaa5712eccc /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 50fa1355942162f7fc0f018cf528fc52a6c6e4e0 (diff) | |
DriverDetails: Set BUG_PRIMITIVE_RESTART for AMD drivers
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 8d3c4715fb..072f7b69de 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -90,6 +90,8 @@ static BugInfo m_known_bugs[] = { BUG_BROKEN_DUAL_SOURCE_BLENDING, -1.0, -1.0, true}, {API_OPENGL, OS_OSX, VENDOR_INTEL, DRIVER_INTEL, Family::UNKNOWN, BUG_BROKEN_DUAL_SOURCE_BLENDING, -1.0, -1.0, true}, + {API_VULKAN, OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_PRIMITIVE_RESTART, -1.0, -1.0, + true}, }; static std::map<Bug, BugInfo> m_bugs; |
