mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
OGL: Drop QC ES3.1 workaround.
This was never tested well: HdkR> The tester was most likely trying to load a stale shader cache or something
This commit is contained in:
@ -158,14 +158,6 @@ namespace DriverDetails
|
||||
// Mesa meta misses to disable the scissor test.
|
||||
BUG_BROKENCOPYIMAGE,
|
||||
|
||||
// Bug: Qualcomm has broken OpenGL ES 3.1 support
|
||||
// Affected devices: Adreno
|
||||
// Started Version: -1
|
||||
// Ended Version: -1
|
||||
// This isn't fully researched, but at the very least Qualcomm doesn't implement Geometry shader features fully.
|
||||
// Until each bug is fully investigated, just disable GLES 3.1 entirely on these devices.
|
||||
BUG_BROKENGLES31,
|
||||
|
||||
// Bug: ARM Mali managed to break disabling vsync
|
||||
// Affected Devices: Mali
|
||||
// Started Version: r5p0-rev2
|
||||
|
Reference in New Issue
Block a user