mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
8e2612fb49
commit
16f11f015a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user