Bug 1672463 - Rollout WebRender to AMD Evergreen on Release. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D94475
This commit is contained in:
Andrew Osmond
2020-10-22 20:06:07 +00:00
parent 74d8a96850
commit 1f80b85813

View File

@@ -697,10 +697,6 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
// Renoir
APPEND_DEVICE(0x1636);
#ifdef EARLY_BETA_OR_EARLIER
// Stoney
APPEND_DEVICE(0x98e4);
// Evergreen
APPEND_RANGE(0x6840, 0x684b);
APPEND_RANGE(0x6850, 0x685f);
@@ -709,6 +705,10 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_RANGE(0x9640, 0x964f);
APPEND_RANGE(0x6720, 0x677f);
#ifdef EARLY_BETA_OR_EARLIER
// Stoney
APPEND_DEVICE(0x98e4);
// Carrizo
APPEND_RANGE(0x9870, 0x9877);
#endif