ChangeSet ID: 14058 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/05 19:05:30
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 the GetDeviceCaps into the wined3d library and call from d3d9.
Patch: http://cvs.winehq.org/patch.py?id=14058
Old revision New revision Changes Path 1.7 1.8 +2 -0 wine/include/wine/wined3d_interface.h 1.2 1.3 +9 -11 wine/include/wine/wined3d_gl.h 1.5 1.6 +7 -0 wine/dlls/wined3d/wined3d_private.h 1.5 1.6 +329 -1 wine/dlls/wined3d/directx.c 1.9 1.10 +1 -2 wine/dlls/d3d9/directx.c 1.79 1.80 +1 -385 wine/dlls/d3d8/directx.c