Commit ddd1c725 authored by Wolfram Sang's avatar Wolfram Sang Committed by Alexandre Julliard

wined3d: Clarify some comments about Intel cards.

parent c7459e83
......@@ -1730,7 +1730,7 @@ static enum wined3d_pci_device select_card_intel_binary(const struct wined3d_gl_
{
if (strstr(gl_renderer, "X3100"))
{
/* MacOS calls the card GMA X3100, Google findings also suggest the name GM965 */
/* MacOS calls the card GMA X3100, otherwise known as GM965/GL960 */
*vidmem = 128;
return CARD_INTEL_X3100;
}
......
......@@ -1327,7 +1327,7 @@ enum wined3d_pci_device
CARD_INTEL_I915G = 0x2582,
CARD_INTEL_I915GM = 0x2592,
CARD_INTEL_I945GM = 0x27a2, /* Same as GMA 950? */
CARD_INTEL_X3100 = 0x2a02, /* Found in Macs. Same as GMA 965? */
CARD_INTEL_X3100 = 0x2a02, /* Found in Macs. Same as GM965/GL960 */
};
struct wined3d_fbo_ops
......
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