mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DriverDetails: Drop BUG_BROKENALPHATEST.
This flag is not in use at all.
This commit is contained in:
@ -44,7 +44,6 @@ namespace DriverDetails
|
|||||||
static BugInfo m_known_bugs[] = {
|
static BugInfo m_known_bugs[] = {
|
||||||
{OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
{OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
||||||
{OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKENNEGATEDBOOLEAN,-1.0, -1.0, true},
|
{OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKENNEGATEDBOOLEAN,-1.0, -1.0, true},
|
||||||
{OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKENALPHATEST, -1.0, -1.0, true},
|
|
||||||
{OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
{OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
||||||
{OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_BROKENVSYNC, -1.0, -1.0, true},
|
{OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_BROKENVSYNC, -1.0, -1.0, true},
|
||||||
{OS_ALL, VENDOR_IMGTEC, DRIVER_IMGTEC, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
{OS_ALL, VENDOR_IMGTEC, DRIVER_IMGTEC, Family::UNKNOWN, BUG_BROKENBUFFERSTREAM, -1.0, -1.0, true},
|
||||||
|
@ -169,17 +169,6 @@ namespace DriverDetails
|
|||||||
// the GL_VERSION string, we will have to force vsync to be enabled at all times.
|
// the GL_VERSION string, we will have to force vsync to be enabled at all times.
|
||||||
BUG_BROKENVSYNC,
|
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
|
// Bug: Broken lines in geometry shaders
|
||||||
// Affected Devices: Mesa r600/radeonsi, Mesa Sandy Bridge
|
// Affected Devices: Mesa r600/radeonsi, Mesa Sandy Bridge
|
||||||
// Started Version: -1
|
// Started Version: -1
|
||||||
|
Reference in New Issue
Block a user