Displaying 1 result from an estimated 1 matches for "1386a76".
Did you mean:
138676
2008 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
...ound the commit that
causes the bug.
commit c290f4c7a3f357288d4766770f5239ea5b682ceb
Author: Stefan D?singer <stefan at codeweavers.com>
Date: Tue Jan 1 15:29:58 2008 +0100
wined3d: Detect geforce 7300 cards.
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 9536b71..1386a76 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1022,6 +1022,11 @@ BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
gl_info->gl_card = CARD_NVIDIA_GEFORCE_7400;
vidmem = 256; /* The 7400 uses 256-512MB */
}
+...