Bug 1407461 Part 2: Allow hardware acceleration for Windows drivers with mismatched DLL and registry versions in all channels. r=gfx-reviewers,jrmuizel

The presence of "DriverVersionMismatch" does not seem to be an outlying
indicator in crash reports for Intel 965 Express hardware. This patch
allows hardware WebRender in all channels for that hardware, and we'll
deal with individual driver bugs as they appear.

Differential Revision: https://phabricator.services.mozilla.com/D179147
This commit is contained in:
Brad Werth 2023-05-25 21:02:55 +00:00
parent 8e2612fb49
commit 16f11f015a

View File

@ -1980,14 +1980,6 @@ nsresult GfxInfo::GetFeatureStatusImpl(
*aStatus = FEATURE_BLOCKED_DRIVER_VERSION;
return NS_OK;
}
#ifndef NIGHTLY_BUILD
if (mHasDriverVersionMismatch) {
aFailureId = "FEATURE_FAILURE_MISMATCHED_VERSION";
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_MISMATCHED_VERSION;
return NS_OK;
}
#endif
}
return GfxInfoBase::GetFeatureStatusImpl(