summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/openglblacklists/default.json
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-22 18:54:16 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-23 04:08:41 +0000
commitd40647922b1b8542d36fd3a2496740d6e66343c7 (patch)
tree04f1febd6a3d9fdb4018006745e56b3f6e43795d /src/plugins/platforms/windows/openglblacklists/default.json
parent9e139ce0993f11115639426982873becdd87cc10 (diff)
Revert "windows: Disable D3D9/11 with ANGLE in VMs"
This reverts commit a6000e2b6679d91c9dab44e49b485de6816372bc. Temporarily remove this to unblock the qtdeclarative dev CI. While Windows 8 VMs are fixed by this patch, Windows 7 has different problems. Change-Id: I45ef064ed953cc4b7bbf19657300d4fc43d82452 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/windows/openglblacklists/default.json')
-rw-r--r--src/plugins/platforms/windows/openglblacklists/default.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json
index 096db2503f..23607523bd 100644
--- a/src/plugins/platforms/windows/openglblacklists/default.json
+++ b/src/plugins/platforms/windows/openglblacklists/default.json
@@ -1,6 +1,6 @@
{
"name": "Qt built-in GPU driver blacklist",
- "version": "5.6",
+ "version": "5.5",
"entries": [
{
"id": 1,
@@ -17,16 +17,6 @@
"features": [
"disable_desktopgl"
]
- },
- {
- "id": 2,
- "description": "Disable D3D9 and 11, and rely on software-only D3D in VMs",
- "driver_description": "VMware SVGA 3D",
- "features": [
- "disable_d3d9",
- "disable_d3d11"
- ]
}
-
]
}