Bug 1669484 - Rollout WebRender to Cherryview (gen8lp) in Nightly and early beta. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D92614
This commit is contained in:
Jeff Muizelaar 2020-10-06 15:08:43 +00:00
parent 7b09b731d0
commit 6195db9460

View File

@ -461,6 +461,12 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0102);
APPEND_DEVICE(0x0106);
APPEND_DEVICE(0x010a);
// cherryview
APPEND_DEVICE(0x22b0);
APPEND_DEVICE(0x22b1);
APPEND_DEVICE(0x22b2);
APPEND_DEVICE(0x22b3);
#endif
[[fallthrough]];