Bug 1717709 - Temporarily disable WebRender on gen6 to get more sw-wr+D3D11 testing. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D118540
This commit is contained in:
Jeff Muizelaar 2021-06-22 20:20:29 +00:00
Родитель 7c34229951
Коммит b1ec341753
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -498,6 +498,8 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
[[fallthrough]];
case DeviceFamily::IntelModernRolloutWebRender:
// Temporarily disable WebRender on gen6 to get more sw-wr+D3D11 testing
#ifndef NIGHTLY_BUILD
// sandybridge gen6 gt1
APPEND_DEVICE(0x0102);
APPEND_DEVICE(0x0106);
@ -508,6 +510,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0116);
APPEND_DEVICE(0x0122);
APPEND_DEVICE(0x0126);
#endif
// ivybridge gen7 baytrail
APPEND_DEVICE(0x0f30);