Bug 1649528 - Part 1. Ship WebRender on Intel Gen 7/7.5 gt1, broxton and geminilake to early beta. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D84220
This commit is contained in:
Andrew Osmond 2020-07-20 19:49:31 +00:00
Родитель 07335ba097
Коммит 731600fe07
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -510,10 +510,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0116);
APPEND_DEVICE(0x0122);
APPEND_DEVICE(0x0126);
#endif
#if defined(MOZ_WIDGET_GTK) || defined(NIGHTLY_BUILD)
// Gen7.5 not allowed until bug 1576637 is resolved.
// gen7.5 gt1
APPEND_DEVICE(0x0402);
APPEND_DEVICE(0x0406);
@ -543,7 +540,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
#endif
[[fallthrough]];
case DeviceFamily::IntelModernRolloutWebRender:
#ifdef NIGHTLY_BUILD
#ifdef EARLY_BETA_OR_EARLIER
// broxton (apollolake)
APPEND_DEVICE(0x0a84);
APPEND_DEVICE(0x1a84);