-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add override for NVIDIA "Elevator Demo"
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dxvk-nvapi
updated
23 files
+0 −55 | src/mock_d3d12NvMetaCommand.h | |
+1 −1 | src/nvapi.cpp | |
+6 −6 | src/nvapi_d3d.cpp | |
+2 −2 | src/nvapi_d3d11.cpp | |
+10 −80 | src/nvapi_d3d12.cpp | |
+2 −2 | src/nvapi_disp.cpp | |
+69 −58 | src/nvapi_gpu.cpp | |
+1 −4 | src/nvapi_interface.cpp | |
+3 −3 | src/nvapi_sys.cpp | |
+36 −28 | src/sysinfo/nvapi_adapter.cpp | |
+19 −8 | src/sysinfo/nvapi_adapter.h | |
+6 −2 | src/sysinfo/nvapi_adapter_registry.cpp | |
+7 −0 | src/sysinfo/nvml.cpp | |
+2 −0 | src/sysinfo/nvml.h | |
+12 −0 | src/util/util_env.cpp | |
+2 −0 | src/util/util_env.h | |
+2 −2 | src/util/util_statuscode.h | |
+121 −2 | tests/nvapi_sysinfo.cpp | |
+9 −1 | tests/nvapi_sysinfo_mocks.h | |
+30 −0 | tests/nvapi_sysinfo_nvml.cpp | |
+10 −5 | tests/nvapi_system.cpp | |
+17 −2 | tests/resource_factory_util.cpp | |
+2 −2 | tests/resource_factory_util.h |