diff options
author | Andy Nichols <andy.nichols@qt.io> | 2017-02-08 16:31:26 +0100 |
---|---|---|
committer | Andy Nichols <andy.nichols@qt.io> | 2017-02-09 14:15:34 +0000 |
commit | dee16fe491f9f92943874c7156115c5da68ec639 (patch) | |
tree | 2d01118cabd582114e4d11887c4b44c932f64fce | |
parent | 92dc1752d477cfa5ea72e6a0489d21a42213371c (diff) | |
download | qtbase-dee16fe491f9f92943874c7156115c5da68ec639.tar.gz |
Blacklist Intel HD Graphics IronLake (Arrandale) on Windows
More poor quality Intel OpenGL drivers causing issues when using OpenGL
in Qt.
Change-Id: I76ad023a1f1e92d57dc0b081c665a3b066206068
Task-number: QTBUG-53888
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r-- | src/plugins/platforms/windows/openglblacklists/default.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json index dd99e674ec..69f4a54d05 100644 --- a/src/plugins/platforms/windows/openglblacklists/default.json +++ b/src/plugins/platforms/windows/openglblacklists/default.json @@ -114,6 +114,18 @@ "features": [ "disable_desktopgl" ] - } + }, + { + "id": 10, + "description": "Intel(R) HD Graphics IronLake (Arrandale) crashes on makeCurrent QTBUG-53888", + "vendor_id": "0x8086", + "device_id": [ "0x0046" ], + "os": { + "type": "win" + }, + "features": [ + "disable_desktopgl" + ] + } ] } |