Module: wine Branch: master Commit: 2c450571e5c1d8d636c1b0a0751e44eba13c5250 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2c450571e5c1d8d636c1b0a075...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Apr 14 22:41:47 2011 +0200
wined3d: Remove COM from the volume implementation.
---
dlls/d3d10core/device.c | 2 +- dlls/d3d10core/texture.c | 4 +- dlls/d3d8/d3d8_private.h | 12 +-- dlls/d3d8/device.c | 6 +- dlls/d3d8/volume.c | 18 ++-- dlls/d3d9/d3d9_private.h | 12 +-- dlls/d3d9/device.c | 6 +- dlls/d3d9/volume.c | 28 ++---- dlls/ddraw/ddraw.c | 2 +- dlls/wined3d/device.c | 12 +- dlls/wined3d/texture.c | 2 +- dlls/wined3d/volume.c | 221 +++++++++++++++++----------------------- dlls/wined3d/wined3d.spec | 13 +++ dlls/wined3d/wined3d_private.h | 10 +- include/wine/wined3d.idl | 42 ++++---- 15 files changed, 171 insertions(+), 219 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2c450571e5c1d8d636c1b0...