[PATCH 2/5] wined3d: Recognize a couple of Haswell / Broadwell GPUs on macOS.

Matteo Bruni mbruni at codeweavers.com
Thu Oct 13 17:03:34 CDT 2016


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
Not strictly necessary, we should be able to use the Mac
implementation of WGL_WINE_query_renderer just fine.

 dlls/wined3d/directx.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 052321a..a495d01 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -2077,8 +2077,10 @@ cards_intel[] =
     {"Iris Pro P6300",              CARD_INTEL_IPP6300},
     {"Iris Pro 6200",               CARD_INTEL_IP6200},
     {"Iris 6100",                   CARD_INTEL_IG6100},
+    {"Iris(TM) Graphics 6100",      CARD_INTEL_IG6100}, /* MacOS */
     /* Haswell */
     {"Haswell Mobile",              CARD_INTEL_HWM},
+    {"Iris OpenGL Engine",          CARD_INTEL_HWM},    /* MacOS */
     /* Ivybridge */
     {"Ivybridge Server",            CARD_INTEL_IVBS},
     {"Ivybridge Mobile",            CARD_INTEL_IVBM},
-- 
2.7.3




More information about the wine-patches mailing list