ChangeSet ID: 13966 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/29 16:26:47
Modified files: include/wine : wined3d_interface.h wined3d_gl.h dlls/wined3d : wined3d_private.h directx.c dlls/d3d9 : directx.c dlls/d3d8 : directx.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Move into wined3d and call from d3d9 the GetAdapterId function and copy all the gl declarations into the more global wined3d_gl header file.
Patch: http://cvs.winehq.org/patch.py?root=/home/winehq/opt/cvs-commit&id=13966
Old revision New revision Changes Path 1.3 1.4 +21 -2 wine/include/wine/wined3d_interface.h 1.1 1.2 +800 -4 wine/include/wine/wined3d_gl.h 1.3 1.4 +25 -0 wine/dlls/wined3d/wined3d_private.h 1.2 1.3 +557 -3 wine/dlls/wined3d/directx.c 1.7 1.8 +17 -2 wine/dlls/d3d9/directx.c 1.77 1.78 +15 -44 wine/dlls/d3d8/directx.c