=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: wined3d: Implement updating swap interval through wined3d_swapchain_present().

Alexandre Julliard julliard at winehq.org
Thu Mar 22 17:08:15 CDT 2018


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Mar 22 08:48:31 2018 +0100

wined3d: Implement updating swap interval through wined3d_swapchain_present().

Based on a patch by Michael Müller.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d8/d3d8_private.h       |  1 +
 dlls/d3d8/device.c             |  4 ++++
 dlls/d3d8/swapchain.c          |  3 ++-
 dlls/d3d9/d3d9_private.h       |  1 +
 dlls/d3d9/device.c             | 23 +++++++++++++++++------
 dlls/d3d9/swapchain.c          |  3 ++-
 dlls/dxgi/swapchain.c          | 10 +++++++---
 dlls/wined3d/cs.c              | 11 ++++++++++-
 dlls/wined3d/surface.c         |  3 ++-
 dlls/wined3d/swapchain.c       |  7 ++++---
 dlls/wined3d/wined3d.spec      |  2 +-
 dlls/wined3d/wined3d_private.h |  4 ++--
 include/wine/wined3d.h         |  4 ++--
 13 files changed, 55 insertions(+), 21 deletions(-)

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



More information about the wine-cvs mailing list