Disable geometry shaders on mesa AMD/ATI drivers.

Causes misrenderings in games that uses them.
This commit is contained in:
Ryan Houdek
2016-01-09 12:07:08 -06:00
parent 5db10d83f7
commit b4eb5d8e3f
3 changed files with 10 additions and 1 deletions

View File

@ -180,6 +180,14 @@ namespace DriverDetails
// Example alpha test path
// if(( (prev.a > alphaRef.r) && (prev.a > alphaRef.g)) == false) {
BUG_BROKENALPHATEST,
// Bug: Broken lines in geometry shaders
// Affected Devices: Mesa r600/radeonsi
// Started Version: -1
// Ended Version: -1
// Mesa inroduced geometry shader support for radeon devices and failed to test it with us.
// Causes misrenderings on a large amount of things that draw lines.
BUG_BROKENGEOMETRYSHADERS,
};
// Initializes our internal vendor, device family, and driver version