DriverDetails: Set BUG_PRIMITIVE_RESTART for AMD drivers

This commit is contained in:
Stenzek 2017-02-18 14:13:45 +10:00
parent 50fa135594
commit e2ddb3853e
1 changed files with 2 additions and 0 deletions

View File

@ -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;