Bug 1638905 - Enable WebRender on gen6 gt2 on Nightly. r=aosmond

Things are better enough now that this is worth a try.

Differential Revision: https://phabricator.services.mozilla.com/D75820
This commit is contained in:
Jeff Muizelaar 2020-05-18 17:44:22 +00:00
Родитель d88ed92c5f
Коммит c0148117fe
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -515,6 +515,12 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0162);
APPEND_DEVICE(0x0166);
APPEND_DEVICE(0x016a);
// gen6 gt2
APPEND_DEVICE(0x0112);
APPEND_DEVICE(0x0116);
APPEND_DEVICE(0x0122);
APPEND_DEVICE(0x0126);
#endif
[[fallthrough]];
case DeviceFamily::IntelModernRolloutWebRender: