Wolfram Sang : wined3d: Clarify some comments about Intel cards.

Alexandre Julliard julliard at winehq.org
Tue Jun 1 12:12:44 CDT 2010


Module: wine
Branch: master
Commit: ddd1c72574607dc1d87b8927d43e7ba78b5bc4c9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ddd1c72574607dc1d87b8927d43e7ba78b5bc4c9

Author: Wolfram Sang <wolfram at the-dreams.de>
Date:   Mon May 31 16:26:19 2010 +0200

wined3d: Clarify some comments about Intel cards.

---

 dlls/wined3d/directx.c         |    2 +-
 dlls/wined3d/wined3d_private.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index ba9e551..088cfe0 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -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;
     }
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index 2b048b7..de60cf6 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -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




More information about the wine-cvs mailing list