From e971ae0a91aabfc3cf34562e5fa1f6d54c6f940c Mon Sep 17 00:00:00 2001 From: Nate Weibley Date: Sun, 12 Jun 2016 17:06:13 -0400 Subject: [PATCH] Update OpenGL buglist to blacklist rotation on Intel HD graphics adapters --- resources/opengl/buglist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/opengl/buglist.json b/resources/opengl/buglist.json index 99ccbc8a267..e0acdf9e8a6 100644 --- a/resources/opengl/buglist.json +++ b/resources/opengl/buglist.json @@ -44,6 +44,18 @@ "features": [ "disable_desktopgl" ] + }, + { + "id": 6, + "description": "Intel(R) HD Graphics 4000 / 5500 cause crashes on orientation changes in fullscreen mode (QTBUG-49541)", + "vendor_id": "0x8086", + "device_id": [ "0x0166", "0x1616" ], + "os": { + "type": "win" + }, + "features": [ + "disable_rotation" + ] } ] }