Skip to content
Snippets Groups Projects
Commit e971ae0a authored by Nate Weibley's avatar Nate Weibley
Browse files

Update OpenGL buglist to blacklist rotation on Intel HD graphics adapters

parent 9f6cb35a
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,18 @@ ...@@ -44,6 +44,18 @@
"features": [ "features": [
"disable_desktopgl" "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"
]
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment