mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
hal/gles: detect llvmpipe instead of lavapipe
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user