Henri Verbeet : wined3d: Replace the pool in struct wined3d_resource_desc with resource access flags.

Alexandre Julliard julliard at winehq.org
Fri Feb 2 12:24:39 CST 2018


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Feb  2 20:46:54 2018 +0330

wined3d: Replace the pool in struct wined3d_resource_desc with resource access flags.

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

---

 dlls/d3d11/texture.c           |  6 ++++--
 dlls/d3d8/buffer.c             |  4 ++--
 dlls/d3d8/d3d8_private.h       | 17 ++++++++++++----
 dlls/d3d8/device.c             | 12 ++++--------
 dlls/d3d8/texture.c            | 30 +++++++++-------------------
 dlls/d3d9/buffer.c             |  4 ++--
 dlls/d3d9/d3d9_private.h       | 17 ++++++++++++----
 dlls/d3d9/device.c             | 12 ++++--------
 dlls/d3d9/texture.c            | 30 +++++++++-------------------
 dlls/ddraw/surface.c           | 11 ++++++-----
 dlls/dxgi/device.c             |  2 +-
 dlls/wined3d/buffer.c          | 44 ++++++++++++++++++++++++++++--------------
 dlls/wined3d/device.c          |  6 +++---
 dlls/wined3d/resource.c        | 29 ++++------------------------
 dlls/wined3d/surface.c         |  2 +-
 dlls/wined3d/swapchain.c       |  2 +-
 dlls/wined3d/texture.c         | 23 +++++++++++-----------
 dlls/wined3d/utils.c           | 15 --------------
 dlls/wined3d/wined3d_private.h |  8 +++-----
 include/wine/wined3d.h         | 14 +++++++-------
 20 files changed, 128 insertions(+), 160 deletions(-)

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



More information about the wine-cvs mailing list