Henri Verbeet : wined3d: Pass a texture and sub-resource index to context_acquire().

Alexandre Julliard julliard at winehq.org
Wed Feb 15 16:06:23 CST 2017


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Feb 15 14:17:15 2017 +0100

wined3d: Pass a texture and sub-resource index to context_acquire().

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

---

 dlls/wined3d/arb_program_shader.c |  6 +++---
 dlls/wined3d/buffer.c             | 14 +++++++-------
 dlls/wined3d/context.c            | 35 +++++++++++++++--------------------
 dlls/wined3d/device.c             | 21 ++++++++++++---------
 dlls/wined3d/drawprim.c           |  4 ++--
 dlls/wined3d/glsl_shader.c        |  2 +-
 dlls/wined3d/query.c              | 31 +++++++++++++++++++------------
 dlls/wined3d/sampler.c            |  4 ++--
 dlls/wined3d/surface.c            | 37 +++++++++++++++++++++----------------
 dlls/wined3d/swapchain.c          |  8 ++++----
 dlls/wined3d/texture.c            | 20 ++++++++++----------
 dlls/wined3d/view.c               |  6 +++---
 dlls/wined3d/wined3d_private.h    |  2 +-
 13 files changed, 100 insertions(+), 90 deletions(-)

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



More information about the wine-cvs mailing list