ChangeSet ID: 8403 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/04 18:01:49
Modified files: dlls/d3d8 : directx.c device.c d3d8_private.h Added files: dlls/d3d8 : d3dcore_gl.h
Log message: Raphael Junqueira fenix@club-internet.fr - add a new private header d3dcore_gl.h that declares needed opengl defines and the caps defines - cleanup of device.c using the caps defines (avoid the #ifdef nigthmare) - add {Set,Get}GammaRamp support
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8403
Old revision New revision Changes Path 1.40 1.41 +8 -0 wine/dlls/d3d8/directx.c 1.67 1.68 +79 -109 wine/dlls/d3d8/device.c 1.32 1.33 +11 -62 wine/dlls/d3d8/d3d8_private.h Added 1.1 +0 -0 wine/dlls/d3d8/d3dcore_gl.h