ChangeSet ID: 14571 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/11/24 12:13:41 Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h vertexbuffer.c device.c Makefile.in dlls/d3d9 : vertexbuffer.c indexbuffer.c d3d9_private.h Added files: dlls/wined3d : indexbuffer.c Log message: Jason Edmeades <us(a)the-edmeades.demon.co.uk> Add indexbuffer support into wined3d. Patch: http://cvs.winehq.org/patch.py?id=14571 Old revision New revision Changes Path 1.13 1.14 +51 -0 wine/include/wine/wined3d_interface.h 1.11 1.12 +17 -0 wine/dlls/wined3d/wined3d_private.h 1.2 1.3 +1 -1 wine/dlls/wined3d/vertexbuffer.c 1.5 1.6 +28 -0 wine/dlls/wined3d/device.c 1.7 1.8 +1 -0 wine/dlls/wined3d/Makefile.in 1.7 1.8 +0 -1 wine/dlls/d3d9/vertexbuffer.c 1.6 1.7 +18 -39 wine/dlls/d3d9/indexbuffer.c 1.7 1.8 +1 -7 wine/dlls/d3d9/d3d9_private.h Added 1.1 +0 -0 wine/dlls/wined3d/indexbuffer.c