diff options
| author | comex <comexk@gmail.com> | 2014-10-16 16:59:28 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-10-16 16:59:28 -0400 |
| commit | cedf0f68a847ca9dfd7fad90e63986748ee30810 (patch) | |
| tree | eedbc3f898d35b6d1f413d98a4979b5e95ce38d3 /Source | |
| parent | c1325675c72fb2d7d73e92b483bde2788660093b (diff) | |
| parent | 8f403696ead25e01690e7904427b7b1b238ec3c1 (diff) | |
Merge pull request #1303 from degasus/master
DriverDetails: mark intel buffer_storage bug as fixed
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 5e00ddd02d..8d526544d8 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -57,7 +57,7 @@ namespace DriverDetails {OS_OSX, VENDOR_INTEL, DRIVER_INTEL, 3000, BUG_PRIMITIVERESTART, -1.0, -1.0, true}, {OS_WINDOWS,VENDOR_NVIDIA, DRIVER_NVIDIA, -1, BUG_BROKENUNSYNCMAPPING, -1.0, -1.0, true}, {OS_LINUX, VENDOR_NVIDIA, DRIVER_NVIDIA, -1, BUG_BROKENUNSYNCMAPPING, -1.0, -1.0, true}, - {OS_WINDOWS,VENDOR_INTEL, DRIVER_INTEL, -1, BUG_INTELBROKENBUFFERSTORAGE, 101810.3907, -1.0, true}, + {OS_WINDOWS,VENDOR_INTEL, DRIVER_INTEL, -1, BUG_INTELBROKENBUFFERSTORAGE, 101810.3907, 101810.3960, true}, }; static std::map<Bug, BugInfo> m_bugs; diff --git a/Source/Core/VideoCommon/DriverDetails.h b/Source/Core/VideoCommon/DriverDetails.h index 3e2912ed9b..fe39ed97f1 100644 --- a/Source/Core/VideoCommon/DriverDetails.h +++ b/Source/Core/VideoCommon/DriverDetails.h @@ -177,7 +177,7 @@ namespace DriverDetails // Bug: Intel's Window driver broke buffer_storage with GL_ELEMENT_ARRAY_BUFFER // Affected devices: Intel (Windows) // Started Version: 15.36.3.64.3907 (10.18.10.3907) - // Ended Version: -1 + // Ended Version: 15.36.7.64.3960 (10.18.10.3960) // Intel implemented buffer_storage in their GL 4.3 driver. // It works for all the buffer types we use except GL_ELEMENT_ARRAY_BUFFER. // Causes complete blackscreen issues. |
