Module: wine Branch: master Commit: 6f834d353c109a8aeaac4807ace91ba002a51285 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f834d353c109a8aeaac4807ac...
Author: Tony Wasserka tony.wasserka@freenet.de Date: Sat Feb 2 10:24:28 2008 +0100
d3dx9: Start implementation of d3dx9_24.
---
Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 1 + dlls/d3dx9_24/Makefile.in | 13 ++ dlls/d3dx9_24/d3dx9_24.spec | 320 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_24/d3dx9_24_main.c | 53 +++++++ 7 files changed, 393 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6f834d353c109a8aeaac48...