DriverDetails: Update Intel bug description.

This commit is contained in:
Jules Blok
2014-12-21 12:06:01 +01:00
parent c5a0b6bf50
commit 2c0bee5da9
3 changed files with 6 additions and 7 deletions

View File

@ -200,15 +200,14 @@ namespace DriverDetails
// Broken on Windows Intel
// if (cond == false)
BUG_BROKENNEGATEDBOOLEAN,
// Bug: Intel's Windows driver breaks interface blocks that contain structs.
// Bug: Intel's Windows driver can't pass structs between shader stages.
// Affected devices: Intel (Windows)
// Started Version: -1
// Ended Version: -1
// We need interface blocks to make the geometry shader optional and we need structs to make
// assignment easier in the geometry shader stage. However Intel's Windows drivers don't seem
// to be able handle this combination.
// 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_INTELBROKENINTERFACEBLOCKS,
BUG_INTELBROKENSTRUCTS,
};