Windows: Open GL blacklist - Disable Mobile Intel 945GM

Like GMA 3150, the card cannot handle Desktop GL nor ANGLE.

Task-number: QTBUG-47435
Change-Id: I88c14ac5d642eb931779f689799295b9a169cd3b
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
Friedemann Kleint 2015-11-18 10:36:15 +01:00
parent 7c6625b105
commit 3d46f32c53

View File

@ -57,9 +57,9 @@
},
{
"id": 5,
"description": "Intel GMA 3150 crashes (QTBUG-43243)",
"description": "Intel GMA 3150 (QTBUG-43243), Mobile Intel 945GM (QTBUG-47435) crash",
"vendor_id": "0x8086",
"device_id": [ "0xA001", "0xA011" ],
"device_id": [ "0xA001", "0xA011", "0x27A0" ],
"os": {
"type": "win"
},