DriverDetails: mark intel buffer_storage bug as fixed
This commit is contained in:
parent
c1325675c7
commit
8f403696ea
|
@ -57,7 +57,7 @@ namespace DriverDetails
|
||||||
{OS_OSX, VENDOR_INTEL, DRIVER_INTEL, 3000, BUG_PRIMITIVERESTART, -1.0, -1.0, true},
|
{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_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_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;
|
static std::map<Bug, BugInfo> m_bugs;
|
||||||
|
|
|
@ -177,7 +177,7 @@ namespace DriverDetails
|
||||||
// Bug: Intel's Window driver broke buffer_storage with GL_ELEMENT_ARRAY_BUFFER
|
// Bug: Intel's Window driver broke buffer_storage with GL_ELEMENT_ARRAY_BUFFER
|
||||||
// Affected devices: Intel (Windows)
|
// Affected devices: Intel (Windows)
|
||||||
// Started Version: 15.36.3.64.3907 (10.18.10.3907)
|
// 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.
|
// Intel implemented buffer_storage in their GL 4.3 driver.
|
||||||
// It works for all the buffer types we use except GL_ELEMENT_ARRAY_BUFFER.
|
// It works for all the buffer types we use except GL_ELEMENT_ARRAY_BUFFER.
|
||||||
// Causes complete blackscreen issues.
|
// Causes complete blackscreen issues.
|
||||||
|
|
Loading…
Reference in New Issue