DriverDetails: Remove Intel Structs bug since it doesn't affect us anymore.

This commit is contained in:
Jules Blok
2014-12-22 02:47:31 +01:00
parent 7eb353b3bd
commit 3f763e6999
3 changed files with 2 additions and 11 deletions

View File

@ -59,7 +59,6 @@ namespace DriverDetails
{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, 101810.3960, true},
{OS_WINDOWS,VENDOR_INTEL, DRIVER_INTEL, -1, BUG_INTELBROKENSTRUCTS, -1.0, -1.0, true},
};
static std::map<Bug, BugInfo> m_bugs;