hal/gles: detect llvmpipe instead of lavapipe

This commit is contained in:
Dzmitry Malyshau
2021-07-03 01:09:39 -04:00
parent 497c6647ee
commit e2f97ea659

View File

@@ -115,7 +115,7 @@ impl super::Adapter {
"mali",
"intel",
];
let strings_that_imply_cpu = ["mesa offscreen", "swiftshader", "lavapipe"];
let strings_that_imply_cpu = ["mesa offscreen", "swiftshader", "llvmpipe"];
//TODO: handle Intel Iris XE as discreet
let inferred_device_type = if vendor.contains("qualcomm")