Vulkan: Work around indexed fragment output bug on AMD drivers

This commit is contained in:
Stenzek
2016-09-24 23:13:17 +10:00
parent f6cdc38c8b
commit bac8c2d441
3 changed files with 20 additions and 2 deletions

View File

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