Bug 1687793 - Let Tesla1 ride into release. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D102476
This commit is contained in:
Jeff Muizelaar 2021-01-21 21:39:24 +00:00
parent e26ca8b1cc
commit 08473bf53b

View File

@ -500,13 +500,10 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0a7c);
break;
case DeviceFamily::NvidiaRolloutWebRender:
#ifdef EARLY_BETA_OR_EARLIER
APPEND_RANGE(0x0400, 0x04ff);
APPEND_RANGE(0x05e0, 0x05ff);
APPEND_RANGE(0x0600, INT32_MAX);
#else
APPEND_RANGE(0x06c0, INT32_MAX);
#endif
break;
case DeviceFamily::IntelRolloutWebRender:
#ifdef EARLY_BETA_OR_EARLIER