Skip to content

Commit

Permalink
Add new integrated GPU to the list: AMD Renoir
Browse files Browse the repository at this point in the history
Renoir is codename for AMD series of mainstream mobile and desktop APUs based on the Zen 2 CPU and Vega GPU microarchitectures succeeding Picasso.
  • Loading branch information
PolyMeilex authored and kvark committed May 12, 2022
1 parent bfcf5fa commit 8e62ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/src/gles/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e62ca0

Please sign in to comment.