From 859e81960334a1141019da3ed58bde7b7df877b2 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Wed, 22 Jul 2015 10:32:29 -0400 Subject: [PATCH] Bug 1183341. Reenable ANGLE w/ D3D11 on newer Intel GPUs. r=bas Our device family for GMA4500 included more than just GMA4500 devices. Lets remove the blacklist entry that was added unintentionally. HG: Enter commit message. Lines beginning with 'HG:' are removed. --- widget/windows/GfxInfo.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/widget/windows/GfxInfo.cpp b/widget/windows/GfxInfo.cpp index 10d3b6a58db..9607510a1bd 100644 --- a/widget/windows/GfxInfo.cpp +++ b/widget/windows/GfxInfo.cpp @@ -1150,10 +1150,6 @@ GfxInfo::GetGfxDriverInfo() (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelGMAX4500HD), nsIGfxInfo::FEATURE_DIRECT3D_11_ANGLE, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions); - APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL, - (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(IntelHDGraphicsToIvyBridge), - nsIGfxInfo::FEATURE_DIRECT3D_11_ANGLE, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, - DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions); } return *mDriverInfo;