wined3d: Recognise Intel Ivybridge on MacOS.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2016-04-06 19:12:02 +02:00 committed by Alexandre Julliard
parent 9ecc547c6a
commit 668fd0b194
1 changed files with 1 additions and 0 deletions

View File

@ -1978,6 +1978,7 @@ cards_intel[] =
{"Ivybridge Server", CARD_INTEL_IVBS},
{"Ivybridge Mobile", CARD_INTEL_IVBM},
{"Ivybridge Desktop", CARD_INTEL_IVBD},
{"HD Graphics 4000", CARD_INTEL_IVBD}, /* MacOS */
/* Sandybridge */
{"Sandybridge Server", CARD_INTEL_SNBS},
{"Sandybridge Mobile", CARD_INTEL_SNBM},