ChangeSet ID: 13899 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/22 23:34:28
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h wined3d_main.c wined3d.spec vertexshader.c Makefile.in dlls/d3d9 : directx.c d3d9_private.h d3d9_main.c Makefile.in Added files: dlls/wined3d : directx.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Create a wined3d interface, and generate a wined3d object in the d3d9 create method. Make the first (simple) call implementation into the new wined3d interface.
Patch: http://cvs.winehq.org/patch.py?id=13899
Old revision New revision Changes Path 1.1 1.2 +32 -10 wine/include/wine/wined3d_interface.h 1.1 1.2 +33 -3 wine/dlls/wined3d/wined3d_private.h 1.1 1.2 +59 -6 wine/dlls/wined3d/wined3d_main.c 1.1 1.2 +1 -1 wine/dlls/wined3d/wined3d.spec 1.3 1.4 +3 -0 wine/dlls/wined3d/vertexshader.c 1.2 1.3 +2 -1 wine/dlls/wined3d/Makefile.in 1.5 1.6 +1 -3 wine/dlls/d3d9/directx.c 1.4 1.5 +17 -2 wine/dlls/d3d9/d3d9_private.h 1.3 1.4 +2 -14 wine/dlls/d3d9/d3d9_main.c 1.3 1.4 +1 -1 wine/dlls/d3d9/Makefile.in Added 1.1 +0 -0 wine/dlls/wined3d/directx.c