ChangeSet ID: 15555 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/19 13:34:49
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h Makefile.in Added files: dlls/wined3d : vertexdeclaration.c
Log message: Raphael Junqueira fenix@club-internet.fr Begin support of VertexDeclaration on wined3d using d3d8 code base (handling d3d8 and d3d9 specs).
Patch: http://cvs.winehq.org/patch.py?id=15555
Old revision New revision Changes Path 1.23 1.24 +38 -9 wine/include/wine/wined3d_interface.h 1.22 1.23 +29 -18 wine/dlls/wined3d/wined3d_private.h 1.12 1.13 +1 -0 wine/dlls/wined3d/Makefile.in Added 1.1 +0 -0 wine/dlls/wined3d/vertexdeclaration.c