Henri Verbeet : wined3d: Pass correct bind flags to texture creation functions.

Alexandre Julliard julliard at winehq.org
Wed Oct 31 15:58:32 CDT 2018


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Oct 31 13:19:47 2018 +0330

wined3d: Pass correct bind flags to texture creation functions.

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

---

 dlls/d3d11/buffer.c               |  2 +-
 dlls/d3d11/d3d11_private.h        | 11 ++++++++++-
 dlls/d3d11/device.c               |  2 +-
 dlls/d3d11/texture.c              |  3 +++
 dlls/d3d11/utils.c                | 15 ---------------
 dlls/d3d8/buffer.c                |  4 ++--
 dlls/d3d8/d3d8_private.h          | 21 +++++++++++++++++++--
 dlls/d3d8/device.c                |  1 +
 dlls/d3d8/surface.c               |  2 +-
 dlls/d3d8/texture.c               |  9 ++++++---
 dlls/d3d8/volume.c                |  2 +-
 dlls/d3d9/buffer.c                |  4 ++--
 dlls/d3d9/d3d9_private.h          | 21 +++++++++++++++++++--
 dlls/d3d9/device.c                |  1 +
 dlls/d3d9/surface.c               |  2 +-
 dlls/d3d9/texture.c               |  3 +++
 dlls/d3d9/volume.c                |  2 +-
 dlls/ddraw/surface.c              | 10 ++++++++++
 dlls/dxgi/device.c                |  5 +++++
 dlls/wined3d/arb_program_shader.c |  1 +
 dlls/wined3d/device.c             |  3 +++
 dlls/wined3d/glsl_shader.c        |  1 +
 dlls/wined3d/resource.c           |  1 +
 dlls/wined3d/surface.c            |  2 ++
 dlls/wined3d/swapchain.c          |  7 +++++++
 dlls/wined3d/texture.c            |  3 ++-
 include/wine/wined3d.h            |  2 ++
 27 files changed, 106 insertions(+), 34 deletions(-)

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



More information about the wine-cvs mailing list