1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-10 07:46:08 +01:00
dxvk/src/d3d11
2018-08-10 04:34:54 +02:00
..
d3d11_annotation.cpp [d3d11] Add ID3DUserDefinedAnnotation stub 2018-06-11 14:29:47 +02:00
d3d11_annotation.h [d3d11] Add ID3DUserDefinedAnnotation stub 2018-06-11 14:29:47 +02:00
d3d11_blend.cpp [d3d11] Implement state block normalization (#333) 2018-04-30 10:41:57 +02:00
d3d11_blend.h [d3d11] Implement state block normalization (#333) 2018-04-30 10:41:57 +02:00
d3d11_buffer.cpp [d3d11] Fix structured buffer view validation 2018-08-10 02:39:35 +02:00
d3d11_buffer.h [d3d11] Validate buffer view format compatibility 2018-08-09 23:37:41 +02:00
d3d11_class_linkage.cpp [dxgi/d3d11] Remove COM_QUERY_INTERFACE macro, reset pointers 2018-04-02 12:52:02 +02:00
d3d11_class_linkage.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_cmdlist.cpp [d3d11] Issue warning when using a command list more than once 2018-06-29 12:44:52 +02:00
d3d11_cmdlist.h [d3d11] Issue warning when using a command list more than once 2018-06-29 12:44:52 +02:00
d3d11_context_def.cpp [d3d11] Move GetData implementation to D3D11ImmediateContext 2018-06-08 12:29:24 +02:00
d3d11_context_def.h [d3d11] Move GetData implementation to D3D11ImmediateContext 2018-06-08 12:29:24 +02:00
d3d11_context_imm.cpp [d3d11] Use global user config for D3D11 options 2018-08-07 14:59:09 +02:00
d3d11_context_imm.h [d3d11] Move D3D11ImmediateContext constexpr values to .cpp file 2018-07-19 08:55:34 +02:00
d3d11_context_state.h [d3d11] Implement render pass spilling for UAV rendering 2018-06-15 20:49:24 +02:00
d3d11_context.cpp [dxvk] Implement native discardBuffer function in the backend 2018-08-03 11:28:00 +02:00
d3d11_context.h [d3d11] Implement DiscardResource for buffers 2018-08-03 11:10:40 +02:00
d3d11_depth_stencil.cpp [dxvk] Removed support for depth bounds test 2018-06-06 13:11:09 +02:00
d3d11_depth_stencil.h [d3d11] Implement state block normalization (#333) 2018-04-30 10:41:57 +02:00
d3d11_device_child.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_device.cpp [d3d11] Enable drawIndirectFirstInstance for FL11_0 and higher 2018-08-10 04:34:54 +02:00
d3d11_device.h [d3d11] Use user config to determine the maximum feature level 2018-08-09 21:08:03 +02:00
d3d11_enums.cpp [d3d11] Added enum to stringfunctions 2017-12-02 16:46:53 +01:00
d3d11_enums.h [d3d11] Added enum to stringfunctions 2017-12-02 16:46:53 +01:00
d3d11_include.h [d3d11] Implement copy flags for CopySubresourceRegion1 / UpdateSubresource1 2018-08-03 11:22:26 +02:00
d3d11_initializer.cpp [d3d11] Refactor resource initialization 2018-07-23 15:21:17 +02:00
d3d11_initializer.h [d3d11] Refactor resource initialization 2018-07-23 15:21:17 +02:00
d3d11_input_layout.cpp [d3d11] Chjeck whether input layouts are identical 2018-05-27 01:10:49 +02:00
d3d11_input_layout.h [d3d11] Chjeck whether input layouts are identical 2018-05-27 01:10:49 +02:00
d3d11_interfaces.h [d3d11] Some cleanup work 2017-12-04 13:39:37 +01:00
d3d11_interop.cpp [d3d11] Implement IDXGIVkInteropDevice for D3D11Device 2018-04-20 00:19:03 +02:00
d3d11_interop.h [d3d11] Implement IDXGIVkInteropDevice for D3D11Device 2018-04-20 00:19:03 +02:00
d3d11_main.cpp [dxvk] Add extended device feature structure 2018-07-31 16:58:25 +02:00
d3d11_options.cpp [d3d11] Use global user config for D3D11 options 2018-08-07 14:59:09 +02:00
d3d11_options.h [d3d11] Use global user config for D3D11 options 2018-08-07 14:59:09 +02:00
d3d11_present.cpp [d3d11] Do not keep a strong reference to the swap chain back buffer 2018-08-05 21:31:13 +02:00
d3d11_present.h [d3d11] Do not keep a strong reference to the swap chain back buffer 2018-08-05 21:31:13 +02:00
d3d11_query.cpp [d3d11] Report correct timer frequency for TIMESTAMP_DISJOINT queries 2018-06-13 14:30:44 +02:00
d3d11_query.h [d3d11] Report correct timer frequency for TIMESTAMP_DISJOINT queries 2018-06-13 14:30:44 +02:00
d3d11_rasterizer.cpp [dxvk] Remove unused rasterizer discard state flag 2018-06-25 16:56:52 +02:00
d3d11_rasterizer.h [d3d11] Implemented ID3D11RasterizerState1 stub 2018-03-18 22:53:20 +01:00
d3d11_resource.cpp [d3d11] Add format and resource type to D3D11_COMMON_RESOURCE_DESC 2018-08-10 02:15:30 +02:00
d3d11_resource.h [d3d11] Add format and resource type to D3D11_COMMON_RESOURCE_DESC 2018-08-10 02:15:30 +02:00
d3d11_sampler.cpp [d3d11] D3D11SamplerState: Cosmetic changes 2018-05-09 11:55:05 +02:00
d3d11_sampler.h [d3d11] Implement state block normalization (#333) 2018-04-30 10:41:57 +02:00
d3d11_shader.cpp [d3d11] Remove DXVK_SHADER_READ_PATH 2018-07-30 20:29:05 +02:00
d3d11_shader.h [dxvk] Introduce concept of shader constants 2018-07-30 20:29:05 +02:00
d3d11_state.cpp Make hashes use correct types and fix narrowing warnings in spirv module. (#307) 2018-04-20 01:10:58 +02:00
d3d11_state.h [d3d11] Implemented D3D11BlendState1 2018-03-18 23:27:29 +01:00
d3d11_texture.cpp [d3d11] Validate image view format compatibility correctly 2018-08-09 23:34:03 +02:00
d3d11_texture.h [d3d11] Validate image view format compatibility correctly 2018-08-09 23:34:03 +02:00
d3d11_uav_counter.cpp [d3d11] Refactor UAV counter buffer allocator 2018-08-03 10:17:02 +02:00
d3d11_uav_counter.h [d3d11] Refactor UAV counter buffer allocator 2018-08-03 10:17:02 +02:00
d3d11_util.cpp [d3d11] Added GetBufferFormatFeatures and GetImageFormatFeatures helpers 2018-08-09 23:33:36 +02:00
d3d11_util.h [d3d11] Added GetBufferFormatFeatures and GetImageFormatFeatures helpers 2018-08-09 23:33:36 +02:00
d3d11_view_dsv.cpp [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_dsv.h [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_rtv.cpp [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_rtv.h [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_srv.cpp [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_srv.h [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_uav.cpp [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11_view_uav.h [d3d11] Do not hold strong references to the ID3D11Resource in views 2018-08-05 21:31:13 +02:00
d3d11.def [d3d11] Implement D3D11CoreCreateDevice 2018-05-07 14:06:52 +02:00
d3d11.spec [build] Use .spec files instead of .def files in winelib build 2018-07-19 08:55:34 +02:00
meson.build [d3d11] Add common resource helper functions 2018-08-05 18:45:24 +02:00