From d40647922b1b8542d36fd3a2496740d6e66343c7 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 22 Jun 2015 18:54:16 +0200 Subject: 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 --- src/plugins/platforms/windows/openglblacklists/default.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/plugins/platforms/windows/openglblacklists/default.json') 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" - ] } - ] } -- cgit v1.2.3