ChangeSet ID: 6715 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/17 23:05:41
Modified files: dlls/d3d8 : volumetexture.c texture.c shader.c directx.c device.c d3d8_private.h
Log message: Raphael Junqueira fenix@club-internet.fr - some fixes in CreateDevice init - vertex shader declaration parser (with output dump) and interpretation (generate the FVF descriptor for program input) - vertex shader program parser (with output dump) - software vertex shader program emulation
Patch: http://cvs.winehq.com/patch.py?id=6715
Old revision New revision Changes Path 1.2 1.3 +5 -3 wine/dlls/d3d8/volumetexture.c 1.2 1.3 +1 -1 wine/dlls/d3d8/texture.c 1.1 1.2 +450 -101 wine/dlls/d3d8/shader.c 1.7 1.8 +67 -11 wine/dlls/d3d8/directx.c 1.15 1.16 +28 -13 wine/dlls/d3d8/device.c 1.7 1.8 +11 -2 wine/dlls/d3d8/d3d8_private.h