Bug 1632202. Enable WebRender on some Gen7 in Nightly. r=aosmond

Seems to work well enough.

Differential Revision: https://phabricator.services.mozilla.com/D71986
This commit is contained in:
Jeff Muizelaar 2020-04-22 15:28:14 +00:00
Родитель 7977cb4965
Коммит c0acfaa944
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -486,6 +486,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0a1a);
APPEND_DEVICE(0x0a1b);
APPEND_DEVICE(0x0a1e);
// Gen7 gt2
APPEND_DEVICE(0x0162);
APPEND_DEVICE(0x0166);
APPEND_DEVICE(0x016a);
#endif
[[fallthrough]];
case DeviceFamily::IntelModernRolloutWebRender: