diff options
| author | Robin Kertels <robin.kertels@gmail.com> | 2022-09-23 22:45:43 +0200 |
|---|---|---|
| committer | Robin Kertels <robin.kertels@gmail.com> | 2022-09-30 21:13:42 +0200 |
| commit | 81c817c54d080b7ad234244b90bbcd328c7f2022 (patch) | |
| tree | f7f196840c775f9844efec0fb878cdda0eab5b11 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 3ee4c6a33bfb497d8866d0624f03853c761f754f (diff) | |
VideoBackends:Vulkan: Workaround slow vkCmdCopyImageToBuffer on QCom 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 f255460d74..09fef47a4f 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -152,6 +152,8 @@ constexpr BugInfo m_known_bugs[] = { BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING, -1.0, -1.0, true}, {API_METAL, OS_OSX, VENDOR_INTEL, DRIVER_APPLE, Family::UNKNOWN, BUG_BROKEN_DYNAMIC_SAMPLER_INDEXING, -1.0, -1.0, true}, + {API_VULKAN, OS_ANDROID, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, + BUG_SLOW_OPTIMAL_IMAGE_TO_BUFFER_COPY, -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
