14 Feb
2007
14 Feb
'07
3:25 p.m.
Module: wine Branch: master Commit: 157205c0856a0dc5ecd8d859f64f111c21c54c06 URL: http://source.winehq.org/git/wine.git/?a=commit;h=157205c0856a0dc5ecd8d859f6... Author: H. Verbeet <hverbeet(a)gmail.com> Date: Tue Feb 13 23:12:45 2007 +0100 d3d8: Don't store the d3d8 declaration in the wined3d object. --- dlls/d3d8/d3d8_private.h | 1 + dlls/d3d8/device.c | 8 +- dlls/d3d8/vertexdeclaration.c | 105 ++++++++++++ dlls/wined3d/vertexdeclaration.c | 340 ++------------------------------------ dlls/wined3d/wined3d_private.h | 4 - 5 files changed, 130 insertions(+), 328 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=157205c0856a0dc5ecd8d8...