1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-13 07:08:50 +01:00
dxvk/src/dxgi
Joshua Ashton a690210eae [dxgi] Implement swapchain dispatcher
Some overlays and hooks check if the vtable funcs reside in the dxgi.dll module.

Fixes: #1996
2021-03-30 17:48:10 +02:00
..
dxgi_adapter.cpp [dxgi] Support multiple outputs per adapter 2021-02-18 14:19:55 +01:00
dxgi_adapter.h [dxgi] Support multiple outputs per adapter 2021-02-18 14:19:55 +01:00
dxgi_enums.cpp [dxgi] Added initial support for format conversion 2017-12-04 11:33:04 +01:00
dxgi_enums.h [dxgi] Added initial support for format conversion 2017-12-04 11:33:04 +01:00
dxgi_factory.cpp [dxgi] Implement swapchain dispatcher 2021-03-30 17:48:10 +02:00
dxgi_factory.h [dxgi] Actually expose new DXGI interfaces 2020-10-24 17:41:55 +02:00
dxgi_format.cpp [dxgi] Allow creating R16_SFLOAT views for D16_UNORM images 2020-11-20 17:14:41 +01:00
dxgi_format.h [dxgi] Use VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT if available 2020-08-10 09:45:45 +02:00
dxgi_include.h [dxgi] Include DXGI 1.6 headers 2020-04-28 14:44:20 +02:00
dxgi_interfaces.h [d3d11] Fix forward declaration of ID3D11Texture2D 2021-01-08 13:06:02 +01:00
dxgi_main.cpp [dxgi] Add DXGIGetDebugInterface1 stub 2020-07-24 12:25:48 +02:00
dxgi_monitor.cpp [dxgi] Add B8G8A8X8 formats to GetMonitorFormatBpp 2020-09-04 17:54:01 +02:00
dxgi_monitor.h [dxgi] Use new common monitor functions 2020-03-04 23:06:15 +00:00
dxgi_object.h [util] Don't allow multiple inheritance for COM objects 2019-10-14 01:42:24 +02:00
dxgi_options.cpp [dxgi] Remove useless d3d10.enable option 2019-10-19 00:34:51 +02:00
dxgi_options.h [dxgi] Remove useless d3d10.enable option 2019-10-19 00:34:51 +02:00
dxgi_output.cpp [dxgi] Implement IDXGIOutput6 2020-04-28 15:00:57 +02:00
dxgi_output.h [dxgi] Implement IDXGIOutput6 2020-04-28 15:00:57 +02:00
dxgi_swapchain_dispatcher.h [dxgi] Implement swapchain dispatcher 2021-03-30 17:48:10 +02:00
dxgi_swapchain.cpp [dxgi] Restore the Topmost state upon exiting fullscreen 2020-07-08 18:57:49 +02:00
dxgi_swapchain.h [dxgi] Fix GetContainingOutput and GetFullscreenState output pointer 2019-10-02 00:00:37 +02:00
dxgi.def [dxgi] Add DXGIGetDebugInterface1 stub 2020-07-24 12:25:48 +02:00
meson.build [build] MSVC check cleanup 2021-03-03 18:57:42 +01:00
version.rc [build] Add version info to compiled DLLs 2019-04-05 21:09:57 +02:00