Commit bdc3df38 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Recognize a couple of Haswell / Broadwell GPUs on macOS.

parent c4c45dc5
...@@ -2035,8 +2035,10 @@ cards_intel[] = ...@@ -2035,8 +2035,10 @@ cards_intel[] =
{"Iris Pro P6300", CARD_INTEL_IPP6300}, {"Iris Pro P6300", CARD_INTEL_IPP6300},
{"Iris Pro 6200", CARD_INTEL_IP6200}, {"Iris Pro 6200", CARD_INTEL_IP6200},
{"Iris 6100", CARD_INTEL_IG6100}, {"Iris 6100", CARD_INTEL_IG6100},
{"Iris(TM) Graphics 6100", CARD_INTEL_IG6100}, /* MacOS */
/* Haswell */ /* Haswell */
{"Haswell Mobile", CARD_INTEL_HWM}, {"Haswell Mobile", CARD_INTEL_HWM},
{"Iris OpenGL Engine", CARD_INTEL_HWM}, /* MacOS */
/* Ivybridge */ /* Ivybridge */
{"Ivybridge Server", CARD_INTEL_IVBS}, {"Ivybridge Server", CARD_INTEL_IVBS},
{"Ivybridge Mobile", CARD_INTEL_IVBM}, {"Ivybridge Mobile", CARD_INTEL_IVBM},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment