зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1769382 - Add mesa/crocus to the list of Intel Mesa drivers. r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D146379
This commit is contained in:
Родитель
ba819ad54d
Коммит
05c788f31b
|
@ -353,8 +353,8 @@ void GfxInfo::GetData() {
|
|||
}
|
||||
|
||||
if (mVendorId.IsEmpty()) {
|
||||
const char* intelDrivers[] = {"iris", "i915", "i965",
|
||||
"i810", "intel", nullptr};
|
||||
const char* intelDrivers[] = {"iris", "crocus", "i915", "i965",
|
||||
"i810", "intel", nullptr};
|
||||
for (size_t i = 0; intelDrivers[i]; ++i) {
|
||||
if (driDriver.Equals(intelDrivers[i])) {
|
||||
CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel),
|
||||
|
|
Загрузка…
Ссылка в новой задаче