10 Jul
2014
10 Jul
'14
9:17 p.m.
Module: wine Branch: master Commit: fe802d92bbe40d68e3ce61e1f30de1f0db531224 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe802d92bbe40d68e3ce61e1f3... Author: Gediminas Jakutis <gediminas(a)varciai.lt> Date: Thu Jul 10 04:26:11 2014 +0300 d3dx9: Implement D3DXCreateTorus() + tests. --- dlls/d3dx9_36/d3dx9_36.spec | 2 +- dlls/d3dx9_36/mesh.c | 107 +++++++++++++++++++++++++++++ dlls/d3dx9_36/tests/mesh.c | 160 ++++++++++++++++++++++++++++++++++++++++++++ include/d3dx9shape.h | 2 + 4 files changed, 270 insertions(+), 1 deletion(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fe802d92bbe40d68e3ce61...