Henri Verbeet : wined3d: Move the "gl_info" field from struct wined3d_context to struct wined3d_context_gl.

Alexandre Julliard julliard at winehq.org
Wed Aug 7 15:36:21 CDT 2019


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Aug  7 16:29:58 2019 +0430

wined3d: Move the "gl_info" field from struct wined3d_context to struct wined3d_context_gl.

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

---

 dlls/wined3d/adapter_gl.c            |  18 ++---
 dlls/wined3d/arb_program_shader.c    |  63 +++++++++-------
 dlls/wined3d/ati_fragment_shader.c   |  15 ++--
 dlls/wined3d/buffer.c                |  12 +--
 dlls/wined3d/context.c               | 136 +++++++++++++++++-----------------
 dlls/wined3d/cs.c                    |   2 +-
 dlls/wined3d/device.c                |   6 +-
 dlls/wined3d/gl_compat.c             |  20 ++---
 dlls/wined3d/glsl_shader.c           |  97 +++++++++++++-----------
 dlls/wined3d/nvidia_texture_shader.c |  15 ++--
 dlls/wined3d/query.c                 |  50 ++++++-------
 dlls/wined3d/sampler.c               |   6 +-
 dlls/wined3d/shader.c                |   2 +-
 dlls/wined3d/state.c                 | 139 ++++++++++++++++++-----------------
 dlls/wined3d/surface.c               |  24 +++---
 dlls/wined3d/swapchain.c             |   4 +-
 dlls/wined3d/texture.c               |  42 +++++------
 dlls/wined3d/utils.c                 |   8 +-
 dlls/wined3d/view.c                  |  20 ++---
 dlls/wined3d/wined3d_private.h       |   3 +-
 20 files changed, 355 insertions(+), 327 deletions(-)

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



More information about the wine-cvs mailing list