wine/dlls/wined3d wined3d_private.h vertexshad ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 15 06:03:13 CST 2005


ChangeSet ID:	21272
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/15 06:03:13

Modified files:
	dlls/wined3d   : wined3d_private.h vertexshader.c drawprim.c 
	                 device.c 

Log message:
	Raphael Junqueira <fenix at club-internet.fr>
	- defined D3DCOLOR_B macros to access byte values of D3DCOLOR
	- use D3DCOLOR macros instead of using shift + masks
	- fix a bug where diffuse.lpData checked instead of specular.lpData
	- implement color fixup on ARB VShader compilation code:
	-> on input parameters using swizzle
	-> add is_color parameter on vshader_program_add_param

Patch: http://cvs.winehq.org/patch.py?id=21272

Old revision  New revision  Changes     Path
 1.67          1.68          +5 -0       wine/dlls/wined3d/wined3d_private.h
 1.15          1.16          +67 -47     wine/dlls/wined3d/vertexshader.c
 1.33          1.34          +17 -17     wine/dlls/wined3d/drawprim.c
 1.96          1.97          +4 -4       wine/dlls/wined3d/device.c




More information about the wine-cvs mailing list