Module: wine Branch: master Commit: cfeefc6b94c6517d169e055eb291188cb42c37b5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cfeefc6b94c6517d169e055eb...
Author: Paul Gofman pgofman@codeweavers.com Date: Wed Jun 17 01:54:26 2020 +0300
wined3d: Set user memory separately for texture sub resources.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43232 Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d9/device.c | 4 +-- dlls/ddraw/surface.c | 80 ++++++++++++++++++++++++------------------ dlls/wined3d/swapchain.c | 4 +-- dlls/wined3d/texture.c | 77 +++++++++++++++++++++++++--------------- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_private.h | 3 +- include/wine/wined3d.h | 2 +- 7 files changed, 103 insertions(+), 69 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=cfeefc6b94c6517d169e0...