From 8e62ca05381fed4f89fabf3eea8340f2f347c31f Mon Sep 17 00:00:00 2001 From: Poly Date: Sun, 8 May 2022 02:04:59 +0200 Subject: [PATCH] Add new integrated GPU to the list: AMD Renoir Renoir is codename for AMD series of mainstream mobile and desktop APUs based on the Zen 2 CPU and Vega GPU microarchitectures succeeding Picasso. --- wgpu-hal/src/gles/adapter.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu-hal/src/gles/adapter.rs b/wgpu-hal/src/gles/adapter.rs index bdcaa37e6d..7535c33cf2 100644 --- a/wgpu-hal/src/gles/adapter.rs +++ b/wgpu-hal/src/gles/adapter.rs @@ -98,6 +98,7 @@ impl super::Adapter { // opengl has no way to discern device_type, so we can try to infer it from the renderer string let strings_that_imply_integrated = [ " xpress", // space here is on purpose so we don't match express + "amd renoir", "radeon hd 4200", "radeon hd 4250", "radeon hd 4290",