Browse Source

Update OpenGL buglist to blacklist rotation on Intel HD graphics adapters

QGC4.4
Nate Weibley 9 years ago
parent
commit
e971ae0a91
  1. 12
      resources/opengl/buglist.json

12
resources/opengl/buglist.json

@ -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"
]
} }
] ]
} }

Loading…
Cancel
Save