Bug 1297226 - Only disable hw decoding for ati <=12.200.1062.1004 - r?kentuckyfriedtakahe draft
authorGerald Squelart <gsquelart@mozilla.com>
Tue, 23 Aug 2016 10:06:00 +1000
changeset 404167 fe9256544069e72954da2a2fe61d62e1f8b4ec8a
parent 404131 24763f58772d45279a935790f732d80851924b46
child 529114 dad84d91df82fd07bbc84a1fac5f72948ff83d0b
push id27136
push usergsquelart@mozilla.com
push dateTue, 23 Aug 2016 01:11:52 +0000
reviewerskentuckyfriedtakahe
bugs1297226
milestone51.0a1
Bug 1297226 - Only disable hw decoding for ati <=12.200.1062.1004 - r?kentuckyfriedtakahe MozReview-Commit-ID: FlwFItoaBAl
widget/windows/GfxInfo.cpp
--- a/widget/windows/GfxInfo.cpp
+++ b/widget/windows/GfxInfo.cpp
@@ -929,17 +929,17 @@ GfxInfo::GetGfxDriverInfo()
     APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
       GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
       DRIVER_EQUAL, V(8,783,2,2000), "FEATURE_FAILURE_BUG_1118695");
 
     // Bug 1198815
     APPEND_TO_DRIVER_BLOCKLIST_RANGE(OperatingSystem::Windows,
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
-      GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
+      nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
       DRIVER_BETWEEN_INCLUSIVE, V(15,200,0,0), V(15,200,1062,1004),
       "FEATURE_FAILURE_BUG_1198815", "15.200.0.0-15.200.1062.1004");
 
     /*
      * Bug 783517 - crashes in AMD driver on Windows 8
      */
     APPEND_TO_DRIVER_BLOCKLIST_RANGE(OperatingSystem::Windows8,
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,