Windows: Open GL blacklist - Disable GMA 3150

The card cannot handle Desktop GL nor ANGLE.

Task-number: QTBUG-43243
Change-Id: I5a349be1b09f1ef2decd36bef87a90b230ca2c04
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
Friedemann Kleint 2015-10-19 10:34:42 +02:00
parent 2e3ebcd1d4
commit 3cae29b746

View File

@ -54,6 +54,18 @@
"features": [
"disable_desktopgl"
]
}
},
{
"id": 5,
"description": "Intel GMA 3150 crashes (QTBUG-43243)",
"vendor_id": "0x8086",
"device_id": [ "0xA001", "0xA011" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl", "disable_angle"
]
}
]
}