Module: wine Branch: master Commit: dea795f7ac6bfabe0c90f6d36d295a33d36996dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=dea795f7ac6bfabe0c90f6d36d...
Author: H. Verbeet hverbeet@gmail.com Date: Tue Feb 13 23:12:36 2007 +0100
d3d9: Don't store the d3d9 declaration in the wined3d object.
---
dlls/d3d8/device.c | 2 +- dlls/d3d9/d3d9_private.h | 3 + dlls/d3d9/vertexdeclaration.c | 72 +++++++++++++++++++++++--- dlls/wined3d/device.c | 10 +++- dlls/wined3d/vertexdeclaration.c | 105 ++++++++++---------------------------- dlls/wined3d/wined3d_private.h | 4 -- include/wine/wined3d_interface.h | 10 ++-- 7 files changed, 109 insertions(+), 97 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dea795f7ac6bfabe0c90f6...