ChangeSet ID: 6826 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/01/02 11:59:02 Modified files: include : d3d8types.h d3d8.h dlls/d3d8 : shader.c directx.c device.c d3d8_private.h d3d8.spec Log message: Raphael Junqueira <fenix(a)club-internet.fr> - integration with DrawPrimitive - remove non-esthetic c++ comments into c comments block ;) - more more debug - indent, cleanups - trying to use DIFFUSE and SPECULAR for vertex shader - many fixes - integration with Jason's texture patch Patch: http://cvs.winehq.com/patch.py?id=6826 Old revision New revision Changes Path 1.5 1.6 +1 -1 wine/include/d3d8types.h 1.3 1.4 +32 -24 wine/include/d3d8.h 1.2 1.3 +289 -177 wine/dlls/d3d8/shader.c 1.9 1.10 +28 -25 wine/dlls/d3d8/directx.c 1.17 1.18 +331 -133 wine/dlls/d3d8/device.c 1.9 1.10 +32 -20 wine/dlls/d3d8/d3d8_private.h 1.3 1.4 +3 -3 wine/dlls/d3d8/d3d8.spec