Skip to content

Commit

Permalink
Update OpenGL buglist to blacklist rotation on Intel HD graphics adap…
Browse files Browse the repository at this point in the history
…ters
  • Loading branch information
NaterGator committed Jun 12, 2016
1 parent 9f6cb35 commit e971ae0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/opengl/buglist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}

0 comments on commit e971ae0

Please sign in to comment.