Józef Kucia : wined3d: Implement updating swap interval through wined3d_swapchain_present().
Module: wine Branch: master Commit: 6aeb444e4ca7f8e60c503858bc52e4a75b150f7a URL: https://source.winehq.org/git/wine.git/?a=commit;h=6aeb444e4ca7f8e60c503858b... Author: Józef Kucia <jkucia(a)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(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=6aeb444e4ca7f8e60c503...
participants (1)
-
Alexandre Julliard