зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1638905
- Enable WebRender on gen6 gt2 on Nightly. r=aosmond
Things are better enough now that this is worth a try. Differential Revision: https://phabricator.services.mozilla.com/D75820
This commit is contained in:
Родитель
d88ed92c5f
Коммит
c0148117fe
|
@ -515,6 +515,12 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
|||
APPEND_DEVICE(0x0162);
|
||||
APPEND_DEVICE(0x0166);
|
||||
APPEND_DEVICE(0x016a);
|
||||
|
||||
// gen6 gt2
|
||||
APPEND_DEVICE(0x0112);
|
||||
APPEND_DEVICE(0x0116);
|
||||
APPEND_DEVICE(0x0122);
|
||||
APPEND_DEVICE(0x0126);
|
||||
#endif
|
||||
[[fallthrough]];
|
||||
case DeviceFamily::IntelModernRolloutWebRender:
|
||||
|
|
Загрузка…
Ссылка в новой задаче