Module: wine Branch: refs/heads/master Commit: 1309844913ddca81ca0ead2b8a040de9766225d8 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1309844913ddca81ca0ead2b...
Author: Ivan Gyurdiev ivg231@gmail.com Date: Tue Jul 4 02:53:13 2006 -0600
wined3d: Implement FVF to DECL9 conversion (with tests).
---
dlls/d3d9/d3d9_private.h | 7 + dlls/d3d9/device.c | 22 ++ dlls/d3d9/tests/vertexdeclaration.c | 473 +++++++++++++++++++++++++++++++++++ dlls/d3d9/vertexdeclaration.c | 156 ++++++++++++ dlls/wined3d/device.c | 14 - 5 files changed, 657 insertions(+), 15 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=1309844913ddca81ca0e...