Merge pull request #36982 from akien-mga/x11-prime-intel-mesa20

Linux: Add Mesa 20 "Intel" to prime detection
This commit is contained in:
Rémi Verschelde 2020-03-11 09:17:55 +01:00 committed by GitHub
commit f0c1e68500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ vendor vendormap[] = {
{ "NVIDIA Corporation", 30 },
{ "X.Org", 30 },
{ "Intel Open Source Technology Center", 20 },
{ "Intel", 20 },
{ "nouveau", 10 },
{ "Mesa Project", 0 },
{ NULL, 0 }