Module: wine Branch: master Commit: 409b19b910a78869bf83106c65f8c84f31af5e4d URL: http://source.winehq.org/git/wine.git/?a=commit;h=409b19b910a78869bf83106c65...
Author: Tony Wasserka tony.wasserka@freenet.de Date: Sat Feb 2 18:06:52 2008 +0100
d3dx9: Start implementation of d3dx9_26 and d3dx9_27.
---
Makefile.in | 4 + configure | 6 + configure.ac | 2 + dlls/Makefile.in | 2 + dlls/d3dx9_26/Makefile.in | 13 ++ dlls/d3dx9_26/d3dx9_26.spec | 327 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_26/d3dx9_26_main.c | 53 +++++++ dlls/d3dx9_27/Makefile.in | 13 ++ dlls/d3dx9_27/d3dx9_27.spec | 327 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_27/d3dx9_27_main.c | 53 +++++++ 10 files changed, 800 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=409b19b910a78869bf8310...