dxvk/src/d3d11
Philip Rebohle 3118012ada
[d3d11] Temporary fix for Presenter <-> CS thread sync issue
2018-01-21 02:48:36 +01:00
..
d3d11_blend.cpp [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_blend.h [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_buffer.cpp [d3d11] Use EmitCs for buffer mapping 2018-01-20 22:28:15 +01:00
d3d11_buffer.h [d3d11] Use EmitCs for buffer mapping 2018-01-20 22:28:15 +01:00
d3d11_class_linkage.cpp [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_class_linkage.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_context.cpp [d3d11] Fixed image copy operation 2018-01-21 01:57:12 +01:00
d3d11_context.h [d3d11] Enabled command stream thread 2018-01-20 23:12:03 +01:00
d3d11_context_imm.cpp [d3d11] Fixed flush order 2018-01-21 02:21:38 +01:00
d3d11_context_imm.h [d3d11] Temporary fix for Presenter <-> CS thread sync issue 2018-01-21 02:48:36 +01:00
d3d11_context_state.h [d3d11] Implemented OMSetRenderTargetsAndUnorderedAccessViews 2018-01-12 15:38:07 +01:00
d3d11_depth_stencil.cpp [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_depth_stencil.h [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_device.cpp [d3d11] Added new D3D11ImmediateContext class 2018-01-20 13:22:44 +01:00
d3d11_device.h [d3d11] Added new D3D11ImmediateContext class 2018-01-20 13:22:44 +01:00
d3d11_device_child.h [general] Added 32-bit support 2017-12-12 12:50:52 +01: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] Implemented normalization for shader resource view parameters 2018-01-17 15:19:55 +01:00
d3d11_input_layout.cpp [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_input_layout.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_interfaces.h [d3d11] Some cleanup work 2017-12-04 13:39:37 +01:00
d3d11_main.cpp [d3d11] Updated D3D11CreateDevice 2018-01-18 01:18:22 +01:00
d3d11_present.cpp [d3d11] Temporary fix for Presenter <-> CS thread sync issue 2018-01-21 02:48:36 +01:00
d3d11_present.h [d3d11] Refactored texture creation 2017-12-19 16:01:50 +01:00
d3d11_query.cpp [d3d11] move supported query check to d3d11_query 2018-01-14 11:09:14 -08:00
d3d11_query.h [d3d11] Implemented GetData stub for queries 2018-01-01 20:59:54 +01:00
d3d11_rasterizer.cpp [d3d11] Enable depth clamp 2018-01-17 19:39:06 +01:00
d3d11_rasterizer.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_sampler.cpp [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_sampler.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_shader.cpp [d3d11] Added shader module creation log 2018-01-12 00:06:54 +01:00
d3d11_shader.h [d3d11] Made shader name public for debugging 2018-01-12 00:43:19 +01:00
d3d11_state.cpp [d3d11] Implemented blend state creation 2017-12-11 13:03:07 +01:00
d3d11_state.h [d3d11] Fixed yet another ref counting bug 2017-12-11 17:01:38 +01:00
d3d11_texture.cpp [d3d11] Using proper layout for depth textures read by shaders 2018-01-15 13:08:34 +01:00
d3d11_texture.h [d3d11] Re-implemented image mapping 2018-01-05 03:01:19 +01:00
d3d11_uav.cpp [d3d11] Use DxvkPhysicalBufferSlice for resource copies and buffer views 2018-01-18 18:33:13 +01:00
d3d11_uav.h [d3d11] Implemented D3D11 parts of append/consume buffers 2018-01-11 12:23:55 +01:00
d3d11_util.cpp [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_util.h [d3d11] Implemented border color support 2017-12-21 16:54:20 +01:00
d3d11_view.h [d3d11] Implemented D3D11 parts of append/consume buffers 2018-01-11 12:23:55 +01:00
meson.build [d3d11] Added new D3D11ImmediateContext class 2018-01-20 13:22:44 +01:00