Henri Verbeet : wined3d: Move the "swapchain" field from struct wined3d_surface to struct wined3d_texture.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 20 14:30:34 CDT 2014


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Aug 20 13:20:00 2014 +0200

wined3d: Move the "swapchain" field from struct wined3d_surface to struct wined3d_texture.

---

 dlls/wined3d/arb_program_shader.c |  5 ++--
 dlls/wined3d/context.c            | 10 +++----
 dlls/wined3d/device.c             |  2 +-
 dlls/wined3d/resource.c           | 10 +++----
 dlls/wined3d/surface.c            | 55 ++++++++++++++-------------------------
 dlls/wined3d/swapchain.c          | 12 ++++-----
 dlls/wined3d/texture.c            | 29 +++++++++++++++++++--
 dlls/wined3d/wined3d_private.h    |  5 ++--
 8 files changed, 70 insertions(+), 58 deletions(-)

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



More information about the wine-cvs mailing list