Windows: Open GL blacklist - Add add intel hd graphics 3000 devices

the windows driver for Intel HD Graphics 3000 is buggy (crashes on
initialization) and according to intel, this driver won't receive any
bugfixes. device IDs taken from
http://www.pcidatabase.com/search.php?device_search_str=graphics

Task-number: QTBUG-42240
Change-Id: Ib846d37f67d901060d1318f3f211a5e5dc4f6814
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Reviewed-by: Tim Blechmann <tim@klingt.org>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
Tim Blechmann 2015-09-29 13:49:16 +02:00
parent 0a203bf753
commit 2811216973

View File

@ -4,7 +4,7 @@
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
"description": "Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263, QTBUG-42240)", "description": "Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263)",
"vendor_id": "0x8086", "vendor_id": "0x8086",
"device_id": [ "0x0A16" ], "device_id": [ "0x0A16" ],
"os": { "os": {
@ -42,6 +42,18 @@
"features": [ "features": [
"disable_desktopgl" "disable_desktopgl"
] ]
},
{
"id": 4,
"description": "Intel HD Graphics 3000 crashes when initializing the OpenGL driver (QTBUG-42240)",
"vendor_id": "0x8086",
"device_id": [ "0x0102", "0x0116" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
} }
] ]
} }