DriverDetails: Drop BUG_BROKENALPHATEST.

This flag is not in use at all.
This commit is contained in:
degasus
2016-05-11 21:22:09 +02:00
parent 6219c39cf5
commit 7517d126c8
2 changed files with 0 additions and 12 deletions

View File

@ -169,17 +169,6 @@ namespace DriverDetails
// the GL_VERSION string, we will have to force vsync to be enabled at all times.
BUG_BROKENVSYNC,
// Bug: Adreno has a broken alpha test
// Affected Devices: Adreno
// Started Version: v103 confirmed (v95 potentially as well?)
// Ended Version: -1
// The Qualcomm video drivers have somehow managed to hit a situation where in a certain situation the alpha test
// always evaluates to false for some reason.
// This has yet to be tracked as to why they fail at such a simple check
// 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, Mesa Sandy Bridge
// Started Version: -1