ChangeSet ID: 14265 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/21 15:59:12
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h directx.c device.c Makefile.in dlls/d3d9 : device.c Added files: dlls/wined3d : stateblock.c
Log message: Jason Edmeades us@the-edmeades.demon.co.uk Implement the beginnings of the stateblock class, and a first method to use it.
Patch: http://cvs.winehq.org/patch.py?id=14265
Old revision New revision Changes Path 1.11 1.12 +33 -1 wine/include/wine/wined3d_interface.h 1.9 1.10 +42 -3 wine/dlls/wined3d/wined3d_private.h 1.8 1.9 +7 -10 wine/dlls/wined3d/directx.c 1.2 1.3 +54 -1 wine/dlls/wined3d/device.c 1.6 1.7 +1 -0 wine/dlls/wined3d/Makefile.in 1.8 1.9 +2 -4 wine/dlls/d3d9/device.c Added 1.1 +0 -0 wine/dlls/wined3d/stateblock.c