mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
DriverDetails: Add bug for broken gl_ClipDistance on i965.
This commit is contained in:
parent
94927f360f
commit
afa251af42
3 changed files with 11 additions and 1 deletions
|
@ -74,6 +74,7 @@ static BugInfo m_known_bugs[] = {
|
|||
{OS_WINDOWS, VENDOR_INTEL, DRIVER_INTEL, Family::UNKNOWN, BUG_INTELBROKENBUFFERSTORAGE,
|
||||
101810.3907, 101810.3960, true},
|
||||
{OS_ALL, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_SLOWGETBUFFERSUBDATA, -1.0, -1.0, true},
|
||||
{OS_ALL, VENDOR_MESA, DRIVER_I965, Family::UNKNOWN, BUG_BROKENCLIPDISTANCE, -1.0, -1.0, true},
|
||||
};
|
||||
|
||||
static std::map<Bug, BugInfo> m_bugs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue