Henri Verbeet : wined3d: Make the adapter responsible for swapchain creation and destruction.

Alexandre Julliard julliard at winehq.org
Thu Aug 8 19:27:19 CDT 2019


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Aug  8 03:35:04 2019 +0430

wined3d: Make the adapter responsible for swapchain creation and destruction.

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

---

 dlls/wined3d/adapter_gl.c      | 33 ++++++++++++++++
 dlls/wined3d/adapter_vk.c      | 33 ++++++++++++++++
 dlls/wined3d/directx.c         | 33 ++++++++++++++++
 dlls/wined3d/swapchain.c       | 90 +++++++++++++++++++++++++++---------------
 dlls/wined3d/wined3d_private.h | 16 ++++++++
 5 files changed, 173 insertions(+), 32 deletions(-)

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



More information about the wine-cvs mailing list