ChangeSet ID: 15702 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/26 14:54:00
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h vertexdeclaration.c device.c
Log message: Raphael Junqueira fenix@club-internet.fr - VertexDeclaration device APIs - D3D9 declarations parsing - a little better APIs (trying to avoid compile problems)
Patch: http://cvs.winehq.org/patch.py?id=15702
Old revision New revision Changes Path 1.25 1.26 +74 -71 wine/include/wine/wined3d_interface.h 1.23 1.24 +1 -0 wine/dlls/wined3d/wined3d_private.h 1.1 1.2 +603 -6 wine/dlls/wined3d/vertexdeclaration.c 1.19 1.20 +58 -0 wine/dlls/wined3d/device.c