Module: wine Branch: master Commit: d7c7c768507a923902e9178f98343e22e4e22652 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7c7c768507a923902e9178f98...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Mar 27 10:25:55 2009 +0100
wined3d: Use separate structures for ddraw style strided data and wined3d's internal stream info.
---
dlls/ddraw/device.c | 76 +++++----- dlls/wined3d/buffer.c | 58 ++++---- dlls/wined3d/device.c | 270 +++++++++++++++++++++++++++++---- dlls/wined3d/drawprim.c | 331 ++++++++++----------------------------- dlls/wined3d/state.c | 303 ++++++++++++++++++------------------- dlls/wined3d/wined3d_private.h | 59 ++++++-- include/wine/wined3d.idl | 35 +---- 7 files changed, 595 insertions(+), 537 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d7c7c768507a923902e917...