Module: wine Branch: master Commit: b15685355c45c0fffb4f0dc5518c8c6ee0f595c6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b15685355c45c0fffb4f0dc55...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Apr 12 17:38:47 2019 +0430
wined3d: Explicitly create the implicit swapchain.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/device.c | 28 ----------- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 59 +++++++++-------------- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 75 ++++++++++++------------------ dlls/ddraw/ddraw.c | 97 ++++++++++++++++---------------------- dlls/dxgi/device.c | 74 ++++++++++++++--------------- dlls/dxgi/dxgi_private.h | 1 + dlls/wined3d/device.c | 103 ++++++++++++++++++++--------------------- dlls/wined3d/swapchain.c | 21 ++++++++- dlls/wined3d/wined3d.spec | 2 - dlls/wined3d/wined3d_private.h | 3 ++ include/wine/wined3d.h | 5 +- include/wine/winedxgi.idl | 5 -- 14 files changed, 201 insertions(+), 276 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b15685355c45c0fffb4f0...