зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1095575 - DoesD3D11DeviceWork() should be overridable by force-enable prefs - r=bas
This commit is contained in:
Родитель
94af97dcbd
Коммит
5a82bddd3a
|
@ -1548,6 +1548,13 @@ bool DoesD3D11DeviceWork(ID3D11Device *device)
|
|||
return result;
|
||||
checked = true;
|
||||
|
||||
if (gfxPrefs::Direct2DForceEnabled() ||
|
||||
gfxPrefs::LayersAccelerationForceEnabled())
|
||||
{
|
||||
result = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (GetModuleHandleW(L"dlumd32.dll") && GetModuleHandleW(L"igd10umd32.dll")) {
|
||||
nsString displayLinkModuleVersionString;
|
||||
gfxWindowsPlatform::GetDLLVersion(L"dlumd32.dll", displayLinkModuleVersionString);
|
||||
|
|
Загрузка…
Ссылка в новой задаче