1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-14 09:23:53 +01:00
dxvk/src/d3d11
Philip Rebohle 897e7816f0
[d3d11] Don't return undefined slices from GetBufferSlice
Instead, return a slice with length zero.
2022-08-07 19:03:51 +02:00
..
shaders [d3d11] Don't use spec constants for video blitter 2022-07-03 13:41:06 +02:00
d3d11_annotation.cpp [d3d11] Move D3D11UserDefinedAnnotation member to D3D11CommonContext 2022-08-04 13:43:35 +02:00
d3d11_annotation.h [d3d11] Move D3D11UserDefinedAnnotation member to D3D11CommonContext 2022-08-04 13:43:35 +02:00
d3d11_blend.cpp [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_blend.h [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_buffer.cpp [d3d11] Move d3d11_context_common.* -> d3d11_context.* 2022-08-04 13:43:36 +02:00
d3d11_buffer.h [d3d11] Don't return undefined slices from GetBufferSlice 2022-08-07 19:03:51 +02:00
d3d11_class_linkage.cpp [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_class_linkage.h [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_cmd.h [d3d11] Support different strides for merged indirect draws 2020-11-21 05:39:05 +01:00
d3d11_cmdlist.cpp [d3d11] Change D3D11ResourceRef constructor to be more useful 2022-02-11 18:17:35 +01:00
d3d11_cmdlist.h [d3d11] Move d3d11_context_common.* -> d3d11_context.* 2022-08-04 13:43:36 +02:00
d3d11_context_def.cpp [d3d11] Change state clearing behaviour around deferred contexts 2022-08-05 14:13:24 +02:00
d3d11_context_def.h [d3d11] Fix compiler error on GCC 10.3 2022-08-04 18:42:13 +02:00
d3d11_context_ext.cpp [d3d11] Move D3D11DeviceContextExt to D3D11CommonContext 2022-08-04 13:43:35 +02:00
d3d11_context_ext.h [d3d11] Move D3D11DeviceContextExt to D3D11CommonContext 2022-08-04 13:43:35 +02:00
d3d11_context_imm.cpp [d3d11] Change state restoring behaviour in SwapDeviceContextState 2022-08-05 14:13:24 +02:00
d3d11_context_imm.h [d3d11] Fix compiler error on GCC 10.3 2022-08-04 18:42:13 +02:00
d3d11_context_state.h [d3d11] Track highest bound unordered access view 2022-08-05 14:13:25 +02:00
d3d11_context.cpp [d3d11] Fix some possible constant buffer binding bugs 2022-08-07 18:44:47 +02:00
d3d11_context.h [d3d11] Introduce D3D11MaxUsedBindings 2022-08-05 14:13:24 +02:00
d3d11_cuda.cpp [d3d11,dxvk] Implement DXVK pieces required for DX11 DLSS support 2021-09-24 15:10:07 +02:00
d3d11_cuda.h [d3d11,dxvk] Implement DXVK pieces required for DX11 DLSS support 2021-09-24 15:10:07 +02:00
d3d11_depth_stencil.cpp [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_depth_stencil.h [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_device_child.h [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_device.cpp [d3d11] Compute vertex extent in CreateInputLayout 2022-08-07 17:58:19 +02:00
d3d11_device.h [d3d11] Remove old D3D11DeviceContext class 2022-08-04 13:43:36 +02:00
d3d11_enums.cpp [d3d11] Add FL12+ enum names 2022-01-27 19:42:14 +01:00
d3d11_enums.h [d3d11] Added enum to stringfunctions 2017-12-02 16:46:53 +01:00
d3d11_fence.cpp [d3d11] Add support for shared ID3D11Fence resources 2022-07-21 23:39:31 +02:00
d3d11_fence.h [d3d11] Add support for shared ID3D11Fence resources 2022-07-21 23:39:31 +02:00
d3d11_gdi.cpp [d3d11] Move d3d11_context_common.* -> d3d11_context.* 2022-08-04 13:43:36 +02:00
d3d11_gdi.h [d3d11] Implement GDI surface 2019-09-20 01:44:18 +02:00
d3d11_include.h [d3d11] Remove mingw-w64 < 6 workarounds 2021-06-15 20:41:34 +02:00
d3d11_initializer.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_initializer.h [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
d3d11_input_layout.cpp [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_input_layout.h [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_interfaces.h [d3d11,dxvk] Implement DXVK pieces required for DX11 DLSS support 2021-09-24 15:10:07 +02:00
d3d11_interop.cpp [d3d11] Synchronize only to given sequence number in WaitForResources 2022-02-11 18:17:35 +01:00
d3d11_interop.h [d3d11] Extend interop interfaces for OpenXR support 2021-01-07 23:54:02 +01:00
d3d11_main.cpp [d3d11] Add D3D11On12CreateDevice stub 2022-02-07 03:21:43 +01:00
d3d11_options.cpp [d3d11] Add option to control sampler LOD bias 2022-08-01 13:15:09 +02:00
d3d11_options.h [d3d11] Add option to control sampler LOD bias 2022-08-01 13:15:09 +02:00
d3d11_query.cpp [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_query.h [d3d11] Enable stall tracking for timestamp queries 2022-02-16 19:59:11 +01:00
d3d11_rasterizer.cpp [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_rasterizer.h [d3d11] Fix bad signature of various BindToContext methods 2022-08-07 18:44:47 +02:00
d3d11_resource.cpp [d3d11] Always export correct shared handle type from ::GetSharedHandle and ::CreateSharedHandle 2022-03-28 21:38:42 +02:00
d3d11_resource.h [d3d11] Handle subresource field in copy/move operations 2022-02-15 13:00:10 +01:00
d3d11_sampler.cpp [d3d11] Add option to control sampler LOD bias 2022-08-01 13:15:09 +02:00
d3d11_sampler.h [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_shader.cpp [d3d11] Use new DxvkShaderCreateInfo struct to retrieve shader info 2022-04-18 13:20:16 +02:00
d3d11_shader.h [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
d3d11_state_object.cpp [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_state_object.h [d3d11] Fix device child refs properly 2021-01-15 23:47:48 +01:00
d3d11_state.cpp [d3d11] Implement ID3D11RasterizerState2 2019-09-16 13:41:31 +02:00
d3d11_state.h [dxvk] Use custom sync primitives 2021-06-29 00:51:20 +02:00
d3d11_swapchain.cpp [dxvk] Don't synchronize device if going for DLL shutdown 2022-07-14 17:04:52 +02:00
d3d11_swapchain.h [d3d11] Use smart pointer for swap chain back buffer 2022-03-22 19:28:49 +01:00
d3d11_texture.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_texture.h [d3d11] Get strong reference to swap chain in swap chain back buffers 2022-03-22 19:48:13 +01:00
d3d11_util.cpp [d3d9,d3d11] Make GetShaderStage functions constexpr 2022-08-07 18:44:44 +02:00
d3d11_util.h [d3d9,d3d11] Make GetShaderStage functions constexpr 2022-08-07 18:44:44 +02:00
d3d11_video.cpp [dxvk] Make shader stage parameter in bindShader a template parameter 2022-08-07 18:44:44 +02:00
d3d11_video.h [d3d11] Clean up after performing video blit 2022-08-05 14:13:24 +02:00
d3d11_view_dsv.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_view_dsv.h [d3d11,dxbc] Use push constant instead of spec constant for rasterizer sample count 2022-07-03 13:41:06 +02:00
d3d11_view_rtv.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_view_rtv.h [d3d11,dxbc] Use push constant instead of spec constant for rasterizer sample count 2022-07-03 13:41:06 +02:00
d3d11_view_srv.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_view_srv.h [d3d11] Allow creation of shader resource views for planar images 2021-05-30 19:42:44 +02:00
d3d11_view_uav.cpp [dxvk] Rename imageFormatInfo -> lookupFormatInfo 2022-07-15 17:25:13 +02:00
d3d11_view_uav.h [d3d11] Allow creation of unordered access views for planar images 2021-05-30 19:42:44 +02:00
d3d11_view.h [d3d11] Check for shader resource view hazards 2019-08-26 23:43:47 +02:00
d3d11.def [d3d11] Add D3D11On12CreateDevice stub 2022-02-07 03:21:43 +01:00
meson.build [d3d11] Move d3d11_context_common.* -> d3d11_context.* 2022-08-04 13:43:36 +02:00
version.rc [build] Add version info to compiled DLLs 2019-04-05 21:09:57 +02:00