diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-10-29 17:25:04 +0200 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2016-10-30 00:47:02 +0200 |
| commit | d77840013365def43d7d79a7fb73fc3148352d30 (patch) | |
| tree | 73fbc3777dadd53e54b82bfc3ab63fd7c916b142 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | ce9f717045ef551d1cf58166f52034d40b4ceb6e (diff) | |
DriverDetails: Add OS X to the dual-source blending bug.
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 9e25a6565d..4282e50398 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -88,6 +88,8 @@ static BugInfo m_known_bugs[] = { 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, + BUG_BROKEN_DUAL_SOURCE_BLENDING, -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
