Roderick Colenbrander : d3d8: Move texturing code over to wined3d ( based on Oliver Stieber's work).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 20 05:40:14 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 3da999a1f796ddebc8b05a59f456c06ed8b43da1
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3da999a1f796ddebc8b05a59f456c06ed8b43da1

Author: Roderick Colenbrander <thunderbird2k at gmx.net>
Date:   Mon Feb 20 11:11:35 2006 +0100

d3d8: Move texturing code over to wined3d (based on Oliver Stieber's work).

---

 dlls/d3d8/basetexture.c   |  134 ++++++-----
 dlls/d3d8/cubetexture.c   |  293 ++++++++----------------
 dlls/d3d8/d3d8_main.c     |    1 
 dlls/d3d8/d3d8_private.h  |  131 +++++------
 dlls/d3d8/device.c        |  341 ++++++++--------------------
 dlls/d3d8/resource.c      |   24 --
 dlls/d3d8/surface.c       |  553 ++++-----------------------------------------
 dlls/d3d8/texture.c       |  220 +++++++++---------
 dlls/d3d8/volume.c        |  232 +++++++------------
 dlls/d3d8/volumetexture.c |  284 +++++++++--------------
 10 files changed, 678 insertions(+), 1535 deletions(-)

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



More information about the wine-cvs mailing list