Henri Verbeet : wined3d: Move the OpenGL textures 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: 5f9740762a389fb4686da624cdc4c6a2663d0c76
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5f9740762a389fb4686da624cdc4c6a2663d0c76

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

wined3d: Move the OpenGL textures 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 |   3 +-
 dlls/wined3d/context.c            |  48 ++++++++---------
 dlls/wined3d/cs.c                 |   4 +-
 dlls/wined3d/glsl_shader.c        |   3 +-
 dlls/wined3d/sampler.c            |  22 ++++----
 dlls/wined3d/state.c              |  10 ++--
 dlls/wined3d/surface.c            |  93 +++++++++++++++++----------------
 dlls/wined3d/swapchain.c          |   6 +--
 dlls/wined3d/texture.c            | 106 +++++++++++++++++++-------------------
 dlls/wined3d/view.c               |  80 ++++++++++++++--------------
 dlls/wined3d/wined3d_private.h    |  67 ++++++++++++------------
 11 files changed, 227 insertions(+), 215 deletions(-)

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



More information about the wine-cvs mailing list