forked from ValveSoftware/Proton
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dec 6, 2024
1 parent
8c3e86c
commit 5b0b0e7
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule dxvk-nvapi
updated
29 files
+36 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+11 −6 | README.md | |
+0 −1 | src/interfaces/vkd3d-proton_interfaces.h | |
+9 −5 | src/meson.build | |
+4 −0 | src/nvapi/nvapi_adapter.cpp | |
+1 −1 | src/nvapi/nvapi_adapter_registry.h | |
+1 −1 | src/nvapi/nvapi_d3d_instance.h | |
+41 −0 | src/nvapi/nvapi_d3d_low_latency_device.cpp | |
+2 −0 | src/nvapi/nvapi_d3d_low_latency_device.h | |
+3 −3 | src/nvapi/resource_factory.cpp | |
+5 −5 | src/nvapi/resource_factory.h | |
+11 −1 | src/nvapi_d3d.cpp | |
+15 −1 | src/nvapi_d3d12.cpp | |
+1 −1 | src/nvapi_globals.h | |
+4 −2 | src/nvapi_gpu.cpp | |
+1 −1 | src/nvapi_private.h | |
+12 −10 | src/nvofapi/nvofapi_d3d12_instance.cpp | |
+9 −30 | src/nvofapi/nvofapi_d3d12_instance.h | |
+1 −1 | src/nvofapi/nvofapi_vk_instance.cpp | |
+0 −0 | src/nvofapi/nvofapi_vk_instance.h | |
+1 −1 | src/nvofapi_vk.cpp | |
+11 −0 | src/util/util_env.cpp | |
+2 −3 | src/util/util_log.cpp | |
+4 −2 | tests/meson.build | |
+1 −1 | tests/mock_factory.h | |
+14 −1 | tests/nvapi_d3d.cpp | |
+17 −2 | tests/nvapi_d3d12.cpp | |
+2 −0 | tests/nvapi_sysinfo.cpp | |
+2 −1 | tests/nvapi_system.cpp |
Submodule vkd3d-proton
updated
204 files
Submodule wine
updated
from 48cd14 to fc3876