diff options
| author | takayhan-AMD <123373764+takayhan-AMD@users.noreply.github.com> | 2023-08-12 11:16:25 +0200 |
|---|---|---|
| committer | OatmealDome <julian@oatmealdome.me> | 2023-08-15 23:58:29 -0400 |
| commit | b969282b72f1e5267cf4e9af4e6612cb948b2bff (patch) | |
| tree | eb0b8e1dfc1015dfd4b690cd4d3491228182fa9e /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | a10d768c636baa360de344646811555e7a66e8e5 (diff) | |
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index ffd5fa48d7..e217c9d530 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -90,8 +90,6 @@ constexpr 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_WINDOWS, 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, |
