[Windows] Blacklist AMD FirePro V5900 cards for angle.
They seem to cause crashes on Windows 7 and 8. Change-Id: I6e91a195077313610a79358d6787ed211357b56a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
parent
04db3f28af
commit
409151ea2b
@ -78,6 +78,18 @@
|
||||
"features": [
|
||||
"disable_rotation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"description": "AMD FirePro V5900 driver causes crashes in Direct3D on Windows.",
|
||||
"vendor_id": "0x1002",
|
||||
"device_id": ["0x6707"],
|
||||
"os": {
|
||||
"type": "win"
|
||||
},
|
||||
"features": [
|
||||
"disable_angle"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user