Module: wine Branch: master Commit: 6d64bfc28b7619445dee8e62e299dd8d1ab57cc6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6d64bfc28b7619445dee8e62e...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Thu Aug 1 01:17:47 2019 +0430
dxgi: Implement d3d12_swapchain_ResizeTarget().
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dxgi/device.c | 44 ++------------------------- dlls/dxgi/dxgi_private.h | 5 ++-- dlls/dxgi/swapchain.c | 75 +++++++++++++++++++++++++++++++---------------- dlls/dxgi/utils.c | 53 +++++++++++++++++++++++++++++++-- dlls/wined3d/swapchain.c | 23 +++++++++++++++ dlls/wined3d/wined3d.spec | 2 ++ include/wine/wined3d.h | 3 ++ 7 files changed, 133 insertions(+), 72 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6d64bfc28b7619445dee8...