[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:
Michael Bruning 2016-03-04 11:36:45 +01:00 committed by Michael Brüning
parent 04db3f28af
commit 409151ea2b

View File

@ -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"
]
}
]
}