Henri Verbeet : wined3d: Replace the pool in struct wined3d_sub_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: 916c13c6c132edbcfc4558a779813a263d0c4e77
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=916c13c6c132edbcfc4558a779813a263d0c4e77

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

wined3d: Replace the pool in struct wined3d_sub_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/d3d8/d3d8_private.h       | 16 ++++++++++++++++
 dlls/d3d8/surface.c            |  2 +-
 dlls/d3d8/texture.c            |  6 +++---
 dlls/d3d8/volume.c             |  2 +-
 dlls/d3d9/d3d9_private.h       | 16 ++++++++++++++++
 dlls/d3d9/device.c             |  4 ++--
 dlls/d3d9/surface.c            |  2 +-
 dlls/d3d9/texture.c            |  6 +++---
 dlls/d3d9/volume.c             |  2 +-
 dlls/wined3d/texture.c         |  2 +-
 dlls/wined3d/wined3d_private.h |  4 ----
 include/wine/wined3d.h         | 18 +++++++++++-------
 12 files changed, 56 insertions(+), 24 deletions(-)

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



More information about the wine-cvs mailing list