From 3d46f32c53e2975e9d2b5bc82455be9cfa5cd7f2 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 18 Nov 2015 10:36:15 +0100 Subject: 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 --- src/plugins/platforms/windows/openglblacklists/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json index a5d42719a9..1e003e2d15 100644 --- a/src/plugins/platforms/windows/openglblacklists/default.json +++ b/src/plugins/platforms/windows/openglblacklists/default.json @@ -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" }, -- cgit v1.2.3