Henri Verbeet : wined3d: Move the "target" field from struct wined3d_texture to struct wined3d_texture_gl.

Alexandre Julliard julliard at winehq.org
Tue Oct 30 14:19:34 CDT 2018


Module: wine
Branch: master
Commit: 961a94ac046644004718c56bfeeb81740cb73793
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=961a94ac046644004718c56bfeeb81740cb73793

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Oct 30 13:36:44 2018 +0330

wined3d: Move the "target" field from struct wined3d_texture to struct wined3d_texture_gl.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/arb_program_shader.c    |  29 +++---
 dlls/wined3d/context.c               |   6 +-
 dlls/wined3d/cs.c                    |   2 +-
 dlls/wined3d/glsl_shader.c           |  25 +++---
 dlls/wined3d/nvidia_texture_shader.c |   7 +-
 dlls/wined3d/sampler.c               |   2 +-
 dlls/wined3d/shader.c                |   8 +-
 dlls/wined3d/state.c                 |  30 ++++---
 dlls/wined3d/surface.c               |  64 +++++++------
 dlls/wined3d/texture.c               | 169 +++++++++++++++++------------------
 dlls/wined3d/utils.c                 |  10 +--
 dlls/wined3d/view.c                  |  28 +++---
 dlls/wined3d/wined3d_private.h       |  43 ++++-----
 13 files changed, 213 insertions(+), 210 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=961a94ac046644004718c56bfeeb81740cb73793



More information about the wine-cvs mailing list