Henri Verbeet : wined3d: Remove the bytesPerPixel field from IWineD3DSurfaceImpl and IWineD3DVolumeImpl .

Alexandre Julliard julliard at winehq.org
Tue Mar 24 09:01:58 CDT 2009


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Mar 24 10:09:23 2009 +0100

wined3d: Remove the bytesPerPixel field from IWineD3DSurfaceImpl and IWineD3DVolumeImpl.

We can use the information from format_desc instead.

---

 dlls/wined3d/device.c          |   19 +++++--------------
 dlls/wined3d/surface.c         |   10 +++++-----
 dlls/wined3d/surface_base.c    |   27 ++++++++++-----------------
 dlls/wined3d/surface_gdi.c     |    2 +-
 dlls/wined3d/volume.c          |   13 +++++++------
 dlls/wined3d/wined3d_private.h |    6 ------
 6 files changed, 28 insertions(+), 49 deletions(-)

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



More information about the wine-cvs mailing list