Henri Verbeet : d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.

Alexandre Julliard julliard at winehq.org
Thu Nov 13 08:51:37 CST 2008


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Nov 12 15:43:46 2008 +0100

d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.

---

 dlls/d3d10/Makefile.in             |    1 -
 dlls/d3d10/d3d10_main.c            |   19 +----
 dlls/d3d10/d3d10_private.h         |   10 ---
 dlls/d3d10/utils.c                 |  119 -----------------------------
 dlls/d3d10core/Makefile.in         |    6 +-
 dlls/d3d10core/d3d10core_private.h |   17 ++++
 dlls/{d3d10 => d3d10core}/device.c |    9 +--
 dlls/d3d10core/utils.c             |  148 ++++++++++++++++++++++++++++++++++++
 8 files changed, 173 insertions(+), 156 deletions(-)

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



More information about the wine-cvs mailing list