Module: wine Branch: master Commit: af0c074d7bbf3cf27cf8dffe1e9007ff3c23d256 URL: http://source.winehq.org/git/wine.git/?a=commit;h=af0c074d7bbf3cf27cf8dffe1e...
Author: Misha Koshelev misha680@gmail.com Date: Thu Sep 16 17:02:48 2010 -0500
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
---
dlls/d3dx9_36/d3dx9_36_private.h | 18 ++ dlls/d3dx9_36/mesh.c | 433 +++++++++++++++++++++++++++++++++++++- dlls/d3dx9_36/tests/mesh.c | 151 +++++++++++--- 3 files changed, 567 insertions(+), 35 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=af0c074d7bbf3cf27cf8df...