diff options
| author | z0z0z <trash0@openmailbox.org> | 2017-02-26 10:49:28 -0500 |
|---|---|---|
| committer | z0z0z <trash0@openmailbox.org> | 2017-02-26 10:49:28 -0500 |
| commit | 005e6796b85341a3e79fc93e49337bb8d4e67fdf (patch) | |
| tree | b4ab355e634c815413ab58ca7b38361bf3dcd90b /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 51136681dfa77c88f548d187c9c7954f0ad6ac32 (diff) | |
Disable pinned memory for AMD mesa drivers
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 072f7b69de..6d7852fa47 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -70,6 +70,8 @@ static BugInfo m_known_bugs[] = { 1064.0, true}, {API_OPENGL, OS_LINUX, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_BROKEN_PINNED_MEMORY, -1.0, -1.0, true}, + {API_OPENGL, OS_ALL, VENDOR_MESA, DRIVER_R600, Family::UNKNOWN, BUG_BROKEN_PINNED_MEMORY, -1.0, + -1.0, true}, {API_OPENGL, OS_LINUX, VENDOR_NVIDIA, DRIVER_NVIDIA, Family::UNKNOWN, BUG_BROKEN_BUFFER_STORAGE, -1.0, 33138.0, true}, {API_OPENGL, OS_OSX, VENDOR_INTEL, DRIVER_INTEL, Family::INTEL_SANDY, BUG_PRIMITIVE_RESTART, |
