Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10401 from JosJuice/adreno-primitive-restart
DriverDetails: Disable primitive restart on Adreno
  • Loading branch information
JMC47 committed Jan 28, 2022
2 parents f0136e0 + 4f292f5 commit c2d8191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Core/VideoCommon/DriverDetails.cpp
Expand Up @@ -136,6 +136,10 @@ constexpr BugInfo m_known_bugs[] = {
BUG_BROKEN_MULTITHREADED_SHADER_PRECOMPILATION, -1.0, -1.0, true},
{API_VULKAN, OS_ANDROID, VENDOR_ALL, DRIVER_ALL, Family::UNKNOWN,
BUG_BROKEN_MULTITHREADED_SHADER_PRECOMPILATION, -1.0, -1.0, true},
{API_OPENGL, OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_PRIMITIVE_RESTART,
-1.0, -1.0, true},
{API_VULKAN, OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_PRIMITIVE_RESTART,
-1.0, -1.0, true},
};

static std::map<Bug, BugInfo> m_bugs;
Expand Down

0 comments on commit c2d8191

Please sign in to comment.