Module: wine Branch: master Commit: 50ae1e3623b168bb9950ab76a39e4d2daecfaea4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=50ae1e3623b168bb9950ab76a3...
Author: David Adam David.Adam@math.cnrs.fr Date: Fri Oct 26 18:01:49 2007 +0200
d3dx8: Implement D3DX*Normalize.
---
dlls/d3dx8/Makefile.in | 3 +- dlls/d3dx8/d3dx8.spec | 8 ++-- dlls/d3dx8/math.c | 119 ++++++++++++++++++++++++++++++++++++++++++ dlls/d3dx8/tests/Makefile.in | 2 +- dlls/d3dx8/tests/math.c | 63 ++++++++++++++++++----- include/d3dx8math.h | 8 +++ 6 files changed, 184 insertions(+), 19 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=50ae1e3623b168bb9950ab...