diff options
| author | Stenzek <stenzek@gmail.com> | 2017-07-20 15:25:29 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-07-30 17:43:59 +1000 |
| commit | cd502990fa63e63c727d99ebf0defb3cf40583f9 (patch) | |
| tree | 0c22866328492d2e5fc34cedd495d71b032e679a /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 901bf9c257347c91101ca25e74037684dd519968 (diff) | |
OGL: Uber shader support
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index e81bdfb2af..fb12fc04b8 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -98,7 +98,10 @@ static BugInfo m_known_bugs[] = { BUG_BROKEN_BITWISE_OP_NEGATION, -1.0, -1.0, true}, {API_VULKAN, OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_PRIMITIVE_RESTART, -1.0, -1.0, true}, -}; + {API_OPENGL, OS_LINUX, VENDOR_MESA, DRIVER_I965, Family::UNKNOWN, + BUG_SHARED_CONTEXT_SHADER_COMPILATION, -1.0, -1.0, true}, + {API_OPENGL, OS_LINUX, VENDOR_MESA, DRIVER_NOUVEAU, Family::UNKNOWN, + BUG_SHARED_CONTEXT_SHADER_COMPILATION, -1.0, -1.0, true}}; static std::map<Bug, BugInfo> m_bugs; |
