Henri Verbeet : wined3d: Remove COM from the texture implementation.

Alexandre Julliard julliard at winehq.org
Mon Mar 28 14:21:55 CDT 2011


Module: wine
Branch: master
Commit: fd8e18bd2b532dad69ce0b9d13dddd34439fd2c6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fd8e18bd2b532dad69ce0b9d13dddd34439fd2c6

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Mar 18 19:10:59 2011 +0100

wined3d: Remove COM from the texture implementation.

---

 dlls/d3d10core/d3d10core_private.h |    2 +-
 dlls/d3d10core/texture.c           |    8 +-
 dlls/d3d8/cubetexture.c            |   42 +++---
 dlls/d3d8/d3d8_private.h           |   10 +-
 dlls/d3d8/device.c                 |   20 ++--
 dlls/d3d8/texture.c                |   36 +++---
 dlls/d3d8/volumetexture.c          |   44 ++++----
 dlls/d3d9/cubetexture.c            |   48 ++++----
 dlls/d3d9/d3d9_private.h           |   11 +-
 dlls/d3d9/device.c                 |   36 +++---
 dlls/d3d9/texture.c                |   42 +++---
 dlls/d3d9/volumetexture.c          |   40 +++---
 dlls/ddraw/ddraw.c                 |    4 +-
 dlls/ddraw/ddraw_private.h         |    2 +-
 dlls/ddraw/device.c                |   38 +++---
 dlls/ddraw/surface.c               |   14 +--
 dlls/wined3d/context.c             |    3 +-
 dlls/wined3d/device.c              |   42 +++----
 dlls/wined3d/state.c               |    5 +-
 dlls/wined3d/stateblock.c          |    6 +-
 dlls/wined3d/surface.c             |    8 +-
 dlls/wined3d/texture.c             |  238 +++++++++++++-----------------------
 dlls/wined3d/volume.c              |    4 +-
 dlls/wined3d/wined3d.spec          |   19 +++
 dlls/wined3d/wined3d_private.h     |   31 ++---
 include/wine/wined3d.idl           |   69 +++++------
 26 files changed, 380 insertions(+), 442 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=fd8e18bd2b532dad69ce0b9d13dddd34439fd2c6



More information about the wine-cvs mailing list