ChangeSet ID: 14761 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/09 05:42:35
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h utils.c device.c Makefile.in dlls/d3d9 : device.c Added files: dlls/wined3d : drawprim.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Add {G,S}etIndices, {G,S}Viewport and enable the basic drawing functionality into wined3d and call from d3d9.
Patch: http://cvs.winehq.org/patch.py?id=14761
Old revision New revision Changes Path 1.17 1.18 +18 -0 wine/include/wine/wined3d_interface.h 1.15 1.16 +93 -0 wine/dlls/wined3d/wined3d_private.h 1.2 1.3 +16 -0 wine/dlls/wined3d/utils.c 1.9 1.10 +206 -2 wine/dlls/wined3d/device.c 1.9 1.10 +1 -0 wine/dlls/wined3d/Makefile.in 1.12 1.13 +24 -39 wine/dlls/d3d9/device.c Added 1.1 +0 -0 wine/dlls/wined3d/drawprim.c