-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Proton Merge Bot
committed
Nov 26, 2023
1 parent
b6bf0c3
commit 502c1f4
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dxvk
updated
18 files
+11 −0 | dxvk.conf | |
+1 −1 | src/d3d11/d3d11_context.h | |
+4 −0 | src/d3d11/d3d11_context_imm.h | |
+2 −2 | src/d3d11/d3d11_main.cpp | |
+11 −1 | src/d3d11/d3d11_resource.cpp | |
+6 −1 | src/d3d9/d3d9_common_buffer.h | |
+3 −0 | src/d3d9/d3d9_device.cpp | |
+7 −0 | src/d3d9/d3d9_device.h | |
+1 −1 | src/d3d9/d3d9_interface.cpp | |
+2 −0 | src/d3d9/d3d9_swapchain.cpp | |
+4 −1 | src/dxgi/dxgi_factory.cpp | |
+5 −1 | src/dxgi/dxgi_monitor.cpp | |
+4 −0 | src/dxgi/dxgi_options.cpp | |
+3 −0 | src/dxgi/dxgi_options.h | |
+6 −5 | src/dxvk/dxvk_instance.cpp | |
+22 −3 | src/dxvk/dxvk_instance.h | |
+28 −3 | src/util/config/config.cpp | |
+3 −2 | src/util/util_singleton.h |
Submodule dxvk-nvapi
updated
10 files
+0 −3 | src/nvapi_gpu.cpp | |
+6 −3 | src/sysinfo/nvapi_adapter.cpp | |
+2 −0 | src/sysinfo/nvapi_adapter.h | |
+2 −2 | src/sysinfo/nvapi_output.cpp | |
+2 −2 | tests/main.cpp | |
+0 −2 | tests/nvapi_d3d12.cpp | |
+17 −17 | tests/nvapi_sysinfo.cpp | |
+4 −0 | tests/nvapi_system.cpp | |
+0 −14 | tests/section_ended_listener.h | |
+20 −0 | tests/section_listener.h |
Submodule vkd3d-proton
updated
58 files