Bug 1616685 - Disable WebRender on Gen7.5. r=aosmond

We're doing this until we better understand the texture allocation
problems described in bug 1616646.

Differential Revision: https://phabricator.services.mozilla.com/D63383

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Muizelaar 2020-02-19 21:16:51 +00:00
Родитель f2347f97b8
Коммит 83b63756b3
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -526,7 +526,8 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x163d);
APPEND_DEVICE(0x163e);
// HD Graphics 4600
#if 0
// Gen7.5 not allowed until bug 1576637 is resolved.
APPEND_DEVICE(0x0412);
APPEND_DEVICE(0x0416);
APPEND_DEVICE(0x041a);
@ -537,6 +538,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0a1a);
APPEND_DEVICE(0x0a1b);
APPEND_DEVICE(0x0a1e);
#endif
break;
case DeviceFamily::AtiRolloutWebRender:
APPEND_RANGE(0x6600, 0x66af);