Henri Verbeet : wined3d: Create surfaces inside wined3d.

Alexandre Julliard julliard at winehq.org
Fri Nov 15 13:14:29 CST 2013


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Nov 15 08:24:31 2013 +0100

wined3d: Create surfaces inside wined3d.

---

 dlls/d3d10core/device.c        |   19 +++++-----
 dlls/d3d8/d3d8_private.h       |    5 +--
 dlls/d3d8/device.c             |   29 +++++-----------
 dlls/d3d8/surface.c            |   30 +++--------------
 dlls/d3d9/d3d9_private.h       |    5 +--
 dlls/d3d9/device.c             |   29 +++++-----------
 dlls/d3d9/surface.c            |   32 ++++-------------
 dlls/ddraw/ddraw.c             |   72 +++++++++++++++-------------------------
 dlls/ddraw/ddraw_private.h     |    2 +-
 dlls/ddraw/surface.c           |   42 ++++++++++-------------
 dlls/wined3d/surface.c         |   36 +++++++++++++-------
 dlls/wined3d/texture.c         |   15 ++++----
 dlls/wined3d/wined3d.spec      |    1 -
 dlls/wined3d/wined3d_private.h |    4 ++
 include/wine/wined3d.h         |    9 +----
 15 files changed, 129 insertions(+), 201 deletions(-)

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



More information about the wine-cvs mailing list