summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/windows/openglblacklists')
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
index 0217b79ecf..23607523bd 100644
--- a/src/plugins/platforms/windows/openglblacklists/default.json
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -4,12 +4,16 @@
"entries": [
{
"id": 1,
- "description": "Desktop OpenGL is unreliable on Intel HD3000/GMA (QTBUG-43263, QTBUG-42240)",
+ "description": "Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263, QTBUG-42240)",
"vendor_id": "0x8086",
"device_id": [ "0x0A16" ],
"os": {
"type": "win"
},
+ "driver_version": {
+ "op": "<=",
+ "value": "10.18.10.3277"
+ },
"features": [
"disable_desktopgl"
]