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

@ -200,14 +200,6 @@ namespace DriverDetails
// Broken on Windows Intel
// if (cond == false)
BUG_BROKENNEGATEDBOOLEAN,
// Bug: Intel's Windows driver can't pass structs between shader stages.
// Affected devices: Intel (Windows)
// Started Version: -1
// Ended Version: -1
// We need structs to make assignment easier in the geometry shader stage. However Intel's
// Windows drivers don't seem to be able handle passing them between shader stages.
// TODO: Find affected versions.
BUG_INTELBROKENSTRUCTS,
};