Bug 1673095 - Include Intel gen6 gt1 in rollout. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D94651
This commit is contained in:
Jeff Muizelaar
2020-10-23 20:07:51 +00:00
parent 09766af07d
commit f71b3d2979

View File

@@ -457,11 +457,6 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
break;
case DeviceFamily::IntelRolloutWebRender:
#ifdef EARLY_BETA_OR_EARLIER
// sandybridge gen6 gt1
APPEND_DEVICE(0x0102);
APPEND_DEVICE(0x0106);
APPEND_DEVICE(0x010a);
// cherryview
APPEND_DEVICE(0x22b0);
APPEND_DEVICE(0x22b1);
@@ -471,6 +466,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
[[fallthrough]];
case DeviceFamily::IntelModernRolloutWebRender:
// sandybridge gen6 gt1
APPEND_DEVICE(0x0102);
APPEND_DEVICE(0x0106);
APPEND_DEVICE(0x010a);
// sandybridge gen6 gt2
APPEND_DEVICE(0x0112);
APPEND_DEVICE(0x0116);