Sweden-Number/dlls/dxgi
Józef Kucia 0da481856b dxgi: Always use user images instead of using Vulkan swapchain directly.
Some Vulkan drivers require that swapchain dimensions and window dimensions match exactly.
Additionally, we want to have ability to change the presentation mode, and the only way to change
the presentation mode in Vulkan is to recreate the swapchain.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-28 21:37:30 +01:00
..
tests dxgi/tests: Run test_swapchain_present() on D3D12. 2019-02-28 21:37:30 +01:00
Makefile.in dxgi: Create Vulkan swapchains for D3D12. 2018-05-31 20:00:38 +02:00
adapter.c wined3d: Lock wined3d mutex in wined3d_get_adapter_identifier(). 2018-12-03 22:27:05 +01:00
device.c dxgi: Introduce the IWineDXGISwapChainFactory interface. 2018-12-04 16:13:41 +01:00
dxgi.spec dxgi: Stub DXGIGetDebugInterface1(). 2018-08-14 10:16:01 +02:00
dxgi_main.c dxgi: Return DXGI_ERROR_SDK_COMPONENT_MISSING from DXGIGetDebugInterface1(). 2018-08-16 13:06:09 +02:00
dxgi_private.h dxgi: Introduce the IWineDXGISwapChainFactory interface. 2018-12-04 16:13:41 +01:00
factory.c dxgi: Introduce the IWineDXGISwapChainFactory interface. 2018-12-04 16:13:41 +01:00
output.c dxgi: Return S_OK from dxgi_output_SetGammaControl() stub. 2018-11-30 19:36:51 +01:00
surface.c dxgi: Implement Map()/Unmap(). 2018-09-03 19:43:52 +02:00
swapchain.c dxgi: Always use user images instead of using Vulkan swapchain directly. 2019-02-28 21:37:30 +01:00
utils.c wined3d: Pass correct bind flags to swapchain creation functions. 2018-10-31 16:17:36 +01:00
version.rc