wine/dlls/d3d8 shader.c directx.c device.c d3d ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 4 17:45:57 CDT 2003


ChangeSet ID:	8399
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/04 17:45:57

Modified files:
	dlls/d3d8      : shader.c directx.c device.c d3d8_private.h 
	                 d3d8_main.c d3d8.spec 

Log message:
	Raphael Junqueira <fenix at club-internet.fr>
	- pixel shader program dump code
	- pixel shader code split into a new "COM object" (as done before for
	vertex shader)
	- some fixes on Validate* functions call types
	- add pixel shader (ie fragment_program) detection on caps code

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8399

Old revision  New revision  Changes     Path
 1.12          1.13          +486 -32    wine/dlls/d3d8/shader.c
 1.38          1.39          +11 -7      wine/dlls/d3d8/directx.c
 1.65          1.66          +78 -53     wine/dlls/d3d8/device.c
 1.30          1.31          +62 -9      wine/dlls/d3d8/d3d8_private.h
 1.7           1.8           +2 -3       wine/dlls/d3d8/d3d8_main.c
 1.5           1.6           +1 -1       wine/dlls/d3d8/d3d8.spec




More information about the wine-cvs mailing list