1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-11 19:24:11 +01:00
dxvk/src/dxgi
Philip Rebohle 50dfab2797
[dxgi] Re-enable SRGB-to-UNORM compatibility
D3D11 is highly inconsistent here and seems to allow UNORM
render target views for SRGB images, but not UAVs.
2018-08-10 19:04:38 +02:00
..
shaders [dxgi] Remove support gamma-related ScaleAndOffsetSupported 2018-04-15 20:12:41 +02:00
dxgi_adapter.cpp [dxgi] Add custom device/vendor IDs to DxgiOptions 2018-08-07 17:33:19 +02:00
dxgi_adapter.h [dxvk] Add extended device feature structure 2018-07-31 16:58:25 +02:00
dxgi_device.cpp [dxgi] Use global user config for DXGI options 2018-08-07 14:59:09 +02:00
dxgi_device.h [dxgi] Use global user config for DXGI options 2018-08-07 14:59:09 +02: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] Use global user config for DXGI options 2018-08-07 14:59:09 +02:00
dxgi_factory.h [dxgi] Use global user config for DXGI options 2018-08-07 14:59:09 +02:00
dxgi_format.cpp [dxgi] Re-enable SRGB-to-UNORM compatibility 2018-08-10 19:04:38 +02:00
dxgi_format.h [d3d11] Set proper view format list for typed UAVs 2018-07-03 13:31:22 +02:00
dxgi_include.h [dxgi] Make faking Dx10 support a per-app option 2018-07-20 13:49:40 +02:00
dxgi_interfaces.h [dxvk] Add extended device feature structure 2018-07-31 16:58:25 +02:00
dxgi_main.cpp [dxgi] Add IDXGIFactory2 to supported interfaces 2018-05-23 01:32:52 +02:00
dxgi_object.h [dxgi] Cosmetic changes 2018-04-14 12:02:55 +02:00
dxgi_options.cpp [dxgi] Add custom device/vendor IDs to DxgiOptions 2018-08-07 17:33:19 +02:00
dxgi_options.h [dxgi] Add custom device/vendor IDs to DxgiOptions 2018-08-07 17:33:19 +02:00
dxgi_output.cpp [dxgi] Fixed nonsense compiler warning with some GCC versions 2018-07-14 12:15:15 +02:00
dxgi_output.h [dxgi] Implement display mode changes 2018-04-29 23:03:27 +02:00
dxgi_presenter.cpp [dxgi] Fix resolve image usage flags 2018-08-07 19:26:59 +02:00
dxgi_presenter.h [dxgi] Use global user config for DXGI options 2018-08-07 14:59:09 +02:00
dxgi_swapchain.cpp [dxgi] Use global user config for DXGI options 2018-08-07 14:59:09 +02:00
dxgi_swapchain.h [dxgi] Relax IDXGISwapChain thread safety 2018-08-04 10:16:40 +02:00
dxgi.def [dxgi] Move device creation to DxgiAdapter 2018-03-28 18:58:53 +02:00
dxgi.spec [build] Use .spec files instead of .def files in winelib build 2018-07-19 08:55:34 +02:00
meson.build [build] Fix compilation on MSVC (#505) 2018-07-21 12:43:33 +02:00