Work around Intel's failings with with buffer_storage

This commit is contained in:
Sonicadvance1
2014-09-04 18:03:53 -05:00
parent f9650c52f8
commit e32b2e1771
4 changed files with 21 additions and 6 deletions

View File

@ -57,6 +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},
};
static std::map<Bug, BugInfo> m_bugs;