Stefan Dösinger : wined3d: Make video memory accounting a per-resource flag.
Module: wine Branch: master Commit: 723cd0a4ae76ec45320290893c7af7f90b668556 URL: https://gitlab.winehq.org/wine/wine/-/commit/723cd0a4ae76ec45320290893c7af7f... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Wed Mar 22 17:45:57 2023 +0300 wined3d: Make video memory accounting a per-resource flag. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54701 --- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/directx.c | 8 ++++---- dlls/d3d9/buffer.c | 6 ++++++ dlls/d3d9/device.c | 3 +++ dlls/d3d9/directx.c | 4 +--- dlls/d3d9/texture.c | 9 +++++++++ dlls/ddraw/ddraw_private.h | 7 +++---- dlls/ddraw/surface.c | 4 ++-- dlls/ddraw/vertexbuffer.c | 2 +- dlls/wined3d/resource.c | 33 ++++++++++++++------------------- dlls/wined3d/texture.c | 5 ++--- dlls/wined3d/utils.c | 1 + include/wine/wined3d.h | 2 +- 13 files changed, 48 insertions(+), 38 deletions(-)
participants (1)
-
Alexandre Julliard