ChangeSet ID: 9553 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/29 19:21:08
Modified files: dlls/d3d8 : stateblock.c directx.c device.c d3d8_private.h
Log message: Jason Edmeades us@the-edmeades.demon.co.uk MaxActiveLights means number of concurrent lights, but any number can be set up. Change support for lights into a linked list and only set up an equivalent gl light when the light is enabled.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9553
Old revision New revision Changes Path 1.10 1.11 +81 -25 wine/dlls/d3d8/stateblock.c 1.53 1.54 +19 -13 wine/dlls/d3d8/directx.c 1.82 1.83 +432 -128 wine/dlls/d3d8/device.c 1.45 1.46 +32 -11 wine/dlls/d3d8/d3d8_private.h