ChangeSet ID: 14026 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/04 21:14:07
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h utils.c directx.c dlls/d3d9 : directx.c dlls/d3d8 : directx.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Move the Check* type functions into wined3d and copy from d3d9, and flag that they are mostly stubs.
Patch: http://cvs.winehq.org/patch.py?id=14026
Old revision New revision Changes Path 1.5 1.6 +10 -0 wine/include/wine/wined3d_interface.h 1.4 1.5 +4 -1 wine/dlls/wined3d/wined3d_private.h 1.1 1.2 +50 -0 wine/dlls/wined3d/utils.c 1.3 1.4 +180 -1 wine/dlls/wined3d/directx.c 1.8 1.9 +10 -11 wine/dlls/d3d9/directx.c 1.78 1.79 +8 -156 wine/dlls/d3d8/directx.c