summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-07-10 07:57:17 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-07-11 06:24:19 +0000
commitb1708efeeb31242a4a0d932f42caf3808b00bc28 (patch)
tree989a56a9ff733ef1d3083a034b85ac75bb03ca73
parent01703d026420cd0964bec872f7af54fd077b82ad (diff)
Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12
On VMWare Workstation 12 it will indicate OpenGL 2.1 support but it is not sufficient enough as it is lacking things needed to use QtWebEngine without crashing. Falling back to d3d9 works fine in this case as d3d11 also crashes. Change-Id: I404867045a74f37d3ecc7e04e669dd305570deeb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
index 69f4a54d05..6515f02830 100644
--- a/src/plugins/platforms/windows/openglblacklists/default.json
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -126,6 +126,18 @@
"features": [
"disable_desktopgl"
]
+ },
+ {
+ "id": 11,
+ "description": "VMWare Workstation Player 12 has insufficient support for OpenGL",
+ "vendor_id": "0x15AD",
+ "device_id": [ "0x0405" ],
+ "os": {
+ "type": "win"
+ },
+ "features": [
+ "disable_desktopgl", "disable_d3d11"
+ ]
}
]
}