summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-07-14 08:09:19 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-07-17 23:50:56 +0000
commit61f020662090258bb5931cc10822848bbc96aaab (patch)
tree5b430b9a567244b355823723785dba7bc65cce4f
parentf3c39a69bc5fd9188f030777a8a9ed350e7067fb (diff)
Revert "Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12"
Revert SHA1 - b1708efeeb31242a4a0d932f42caf3808b00bc28 as it causes a problem with QtMultimedia. Change-Id: I0ba366fa6ddccff3715917f5f455b20c73c2e49e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
index 6515f02830..69f4a54d05 100644
--- a/src/plugins/platforms/windows/openglblacklists/default.json
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -126,18 +126,6 @@
"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"
- ]
}
]
}