diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2018-09-01 05:32:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-01 05:32:56 +0200 |
| commit | 95c2a92f26542dba3512b95243b3fcff8fb34324 (patch) | |
| tree | 0dc6dfe920502fb93fe2e308cdb4bcadeda49f3d /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 4a34dba00137ec9d9456e2f500ffd88731112909 (diff) | |
Revert "ShaderGen: Drop broken fragment shader index workaround for Vulkan"
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 aa186181cb..301c73d89f 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -88,6 +88,8 @@ static BugInfo m_known_bugs[] = { -1.0, true}, {API_OPENGL, OS_ALL, VENDOR_MESA, DRIVER_I965, Family::UNKNOWN, BUG_BROKEN_CLIP_DISTANCE, -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}, {API_OPENGL, OS_WINDOWS, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_BROKEN_DUAL_SOURCE_BLENDING, -1.0, -1.0, true}, {API_OPENGL, OS_OSX, VENDOR_INTEL, DRIVER_INTEL, Family::UNKNOWN, |
