forked from mirrors/gecko-dev
Bug 1643052 - Turn on WebRender on Stoney Ridge. r=aosmond
Let's let it ride to early beta for now. Differential Revision: https://phabricator.services.mozilla.com/D78081
This commit is contained in:
parent
9eac413f54
commit
6bd11ae538
1 changed files with 5 additions and 0 deletions
|
|
@ -676,6 +676,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
||||||
APPEND_DEVICE(0x15dd);
|
APPEND_DEVICE(0x15dd);
|
||||||
APPEND_DEVICE(0x15d8);
|
APPEND_DEVICE(0x15d8);
|
||||||
|
|
||||||
|
#ifdef EARLY_BETA_OR_EARLIER
|
||||||
|
// Stoney
|
||||||
|
APPEND_DEVICE(0x98e4);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(NIGHTLY_BUILD)
|
#if defined(NIGHTLY_BUILD)
|
||||||
// Evergreen
|
// Evergreen
|
||||||
APPEND_RANGE(0x6840, 0x684b);
|
APPEND_RANGE(0x6840, 0x684b);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue