forked from ValveSoftware/Proton
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jun 3, 2024
1 parent
bfb6e56
commit ca6aae5
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dxvk
updated
63 files
Submodule dxvk-nvapi
updated
24 files
+81 −5 | src/nvapi.cpp | |
+84 −36 | src/nvapi_d3d.cpp | |
+83 −38 | src/nvapi_d3d11.cpp | |
+80 −41 | src/nvapi_d3d12.cpp | |
+8 −0 | src/nvapi_disp.cpp | |
+41 −4 | src/nvapi_drs.cpp | |
+135 −30 | src/nvapi_gpu.cpp | |
+5 −0 | src/nvapi_interface.cpp | |
+4 −1 | src/nvapi_mosaic.cpp | |
+9 −0 | src/nvapi_sys.cpp | |
+12 −10 | src/sysinfo/nvapi_adapter.cpp | |
+1 −0 | src/sysinfo/nvapi_adapter.h | |
+10 −0 | src/util/util_env.cpp | |
+19 −4 | src/util/util_log.cpp | |
+35 −25 | src/util/util_statuscode.h | |
+29 −0 | src/util/util_version.h | |
+2 −2 | tests/main.cpp | |
+1 −0 | tests/meson.build | |
+5 −3 | tests/nvapi_d3d11.cpp | |
+34 −19 | tests/nvapi_d3d12.cpp | |
+6 −0 | tests/nvapi_drs.cpp | |
+32 −0 | tests/nvapi_sysinfo.cpp | |
+53 −2 | tests/nvapi_sysinfo_topo.cpp | |
+45 −0 | tests/util.cpp |
Submodule vkd3d-proton
updated
80 files
Submodule wine
updated
from e8172f to 6390ca