You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #36982 from akien-mga/x11-prime-intel-mesa20
Linux: Add Mesa 20 "Intel" to prime detection
This commit is contained in:
@@ -62,6 +62,7 @@ vendor vendormap[] = {
|
|||||||
{ "NVIDIA Corporation", 30 },
|
{ "NVIDIA Corporation", 30 },
|
||||||
{ "X.Org", 30 },
|
{ "X.Org", 30 },
|
||||||
{ "Intel Open Source Technology Center", 20 },
|
{ "Intel Open Source Technology Center", 20 },
|
||||||
|
{ "Intel", 20 },
|
||||||
{ "nouveau", 10 },
|
{ "nouveau", 10 },
|
||||||
{ "Mesa Project", 0 },
|
{ "Mesa Project", 0 },
|
||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
|
|||||||
Reference in New Issue
Block a user