Pārlūkot izejas kodu

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

Linux: Add Mesa 20 "Intel" to prime detection
Rémi Verschelde 5 gadi atpakaļ
vecāks
revīzija
f0c1e68500
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      platform/x11/detect_prime.cpp

+ 1 - 0
platform/x11/detect_prime.cpp

@@ -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 }