Module: wine Branch: master Commit: 2aa1505ab3df95c99d6c5c51085818d3fa042137 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2aa1505ab3df95c99d6c5c5108...
Author: Tony Wasserka tony.wasserka@freenet.de Date: Sat Feb 2 18:29:07 2008 +0100
d3dx9: Start implementation of d3dx9_28, d3dx9_29 and d3dx9_30.
---
Makefile.in | 6 + configure | 9 + configure.ac | 3 + dlls/Makefile.in | 3 + dlls/d3dx9_28/Makefile.in | 13 ++ dlls/d3dx9_28/d3dx9_28.spec | 332 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_28/d3dx9_28_main.c | 53 +++++++ dlls/d3dx9_29/Makefile.in | 13 ++ dlls/d3dx9_29/d3dx9_29.spec | 332 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_29/d3dx9_29_main.c | 53 +++++++ dlls/d3dx9_30/Makefile.in | 13 ++ dlls/d3dx9_30/d3dx9_30.spec | 332 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_30/d3dx9_30_main.c | 53 +++++++ 13 files changed, 1215 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2aa1505ab3df95c99d6c5c...