d3dx9: Implement D3DXFVFFromDeclarator.

Misha Koshelev misha680 at gmail.com
Mon Aug 30 16:07:32 CDT 2010


Here is my implementation based on Henri's comments here:
http://wine.1045685.n5.nabble.com/d3d9-equivalent-of-D3DXFVFFromDeclarator-td2740664.html#a2740664

Full disclosure: I started with Tony's version from
http://repo.or.cz/w/wine/d3dx9TW.git/blob/Merge:/dlls/d3dx9_36/mesh.c
but then fully gutted and rewrote based on
http://msdn.microsoft.com/en-us/library/bb147173%28VS.85%29.aspx
and Henri's comments and tests, plus ones I added.

In any case, Tony's Copyright is already on the file, and I'm not
really interested in adding one for me at this point in time.

Looking forward to (constructive) comments.

Thank you
Misha

---
 dlls/d3dx9_36/mesh.c       |  171 +++++++++++++++++++++++++++++++++++++++++++-
 dlls/d3dx9_36/tests/mesh.c |   50 ++++++++++++-
 2 files changed, 216 insertions(+), 5 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-d3dx9-Implement-D3DXFVFFromDeclarator.txt
Type: text/x-patch
Size: 10737 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100830/078995f3/attachment-0001.bin>


More information about the wine-patches mailing list