Skip to content

Commit

Permalink
Blacklist Intel HD Graphics IronLake (Arrandale) on Windows
Browse files Browse the repository at this point in the history
More poor quality Intel OpenGL drivers causing issues when using OpenGL
in Qt.

Change-Id: I76ad023a1f1e92d57dc0b081c665a3b066206068
Task-number: QTBUG-53888
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
nezticle committed Feb 9, 2017
1 parent 92dc175 commit dee16fe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/plugins/platforms/windows/openglblacklists/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}

0 comments on commit dee16fe

Please sign in to comment.