DriverDetails: Disable dual-source blending on AMD OGL drivers.

This commit is contained in:
Jules Blok
2016-10-27 21:59:12 +02:00
parent 838b234317
commit afe707bc18
3 changed files with 13 additions and 2 deletions

View File

@ -86,6 +86,8 @@ static BugInfo m_known_bugs[] = {
-1.0, true},
{API_VULKAN, OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN,
BUG_BROKEN_FRAGMENT_SHADER_INDEX_DECORATION, -1.0, -1.0, true},
{API_OPENGL, OS_WINDOWS, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN,
BUG_BROKEN_DUAL_SOURCE_BLENDING, -1.0, -1.0, true},
};
static std::map<Bug, BugInfo> m_bugs;