Module: wine Branch: master Commit: c97d3d71627da3c3af8904ac7cff9022f4786aff URL: http://source.winehq.org/git/wine.git/?a=commit;h=c97d3d71627da3c3af8904ac7c...
Author: Rico Schüller kgbricola@web.de Date: Mon Jan 26 21:33:25 2009 +0100
d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36.
---
configure | 9 + configure.ac | 1 + dlls/d3dx9_40/Makefile.in | 15 ++ dlls/d3dx9_40/d3dx9_40.spec | 336 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_40/d3dx9_40_main.c | 63 ++++++++ dlls/d3dx9_40/version.rc | 27 ++++ 6 files changed, 451 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c97d3d71627da3c3af8904...