1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-14 09:23:53 +01:00
dxvk/src/d3d11
2018-03-01 07:02:39 +01:00
..
d3d11_blend.cpp [d3d11] Added test case for occlusion queries and small improvements 2018-02-19 11:27:14 +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] Fix unhandled exception 2018-02-14 07:35:39 +02: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_cmdlist.cpp [d3d11] Use Map() for host-visible buffers in UpdateSubresource 2018-01-23 12:16:28 +01:00
d3d11_cmdlist.h [d3d11] Use Map() for host-visible buffers in UpdateSubresource 2018-01-23 12:16:28 +01:00
d3d11_context_def.cpp [d3d11] Implemented CS chunk submission for deferred contexts 2018-01-23 12:03:26 +01:00
d3d11_context_def.h [d3d11] Implemented CS chunk submission for deferred contexts 2018-01-23 12:03:26 +01:00
d3d11_context_imm.cpp [d3d11] Added test case for occlusion queries and small improvements 2018-02-19 11:27:14 +01:00
d3d11_context_imm.h [d3d11] Implemented CS chunk submission for deferred contexts 2018-01-23 12:03:26 +01:00
d3d11_context_state.h [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_context.cpp [d3d11] Implemented CSGetUnorderedAccessViews 2018-03-01 07:02:39 +01:00
d3d11_context.h [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_depth_stencil.cpp [dxvk] Relax feature requirements, minor fixes 2018-02-18 11:16:18 +01:00
d3d11_depth_stencil.h [d3d11] Reduced log spamming, improved parameter naming consistency 2018-01-16 20:10:49 +01:00
d3d11_device_child.h [general] Added 32-bit support 2017-12-12 12:50:52 +01:00
d3d11_device.cpp [d3d11] Add exception handling to CreateTexture* methods 2018-02-27 08:54:24 +01:00
d3d11_device.h [d3d11] Implemented SRV and RTV normalization 2018-02-14 01:29:50 +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] Allow UAVs to be created for the swap image 2018-02-22 21:38:51 +01:00
d3d11_present.h [d3d11] Refactored texture creation 2017-12-19 16:01:50 +01:00
d3d11_query.cpp [dxvk] Mark events and queries as available by default 2018-02-27 10:14:53 +01:00
d3d11_query.h [d3d11] Wired up D3D11Query to backend 2018-02-18 22:34:23 +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 [spirv] Added experimental spirv-tools integration 2018-02-22 18:06:00 +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] Do not create views if the resource bind flags are invalid 2018-02-22 21:38:45 +01:00
d3d11_texture.h [d3d11] Do not create views if the resource bind flags are invalid 2018-02-22 21:38:45 +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_dsv.cpp [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_view_dsv.h [d3d11] Add support for DSV read-only flags 2018-02-06 17:31:23 +01:00
d3d11_view_rtv.cpp [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_view_rtv.h [d3d11] Add support for DSV read-only flags 2018-02-06 17:31:23 +01:00
d3d11_view_srv.cpp [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_view_srv.h [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_view_uav.cpp [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
d3d11_view_uav.h [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00
meson.build [dxvk] Separated resource view classes 2018-02-05 22:35:23 +01:00