You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use NVML (NVIDIA Management Library) when available to query temperature, utilization, clock info and VBIOS version for NVIDIA GPUs. This requires wine-nvml (https://github.com/Saancreed/wine-nvml) on Linux. See this project how to add NVML support to Wine/Proton. Several dedicated and in-game benchmarks visualize those GPU info.
Introduce DXVK_NVAPI_DRIVER_VERSION environment variable to override the reported driver version. This can be useful to prevent annoying alerts due to falsely outdated driver version.
Introduce DXVK_NVAPI_LOG_LEVEL=none environment setting to prevent any log output.
Fix SetDepthBoundsTest/BeginUAVOverlap/EndUAVOverlap usage with a D3D11 context instead of a D3D11 device.
Add test suite (built optionally). Run nvapi64-tests.exe without arguments to validate Wine setup and query the local system. Run the internal unit-tests with nvapi64-tests.exe [@unit-tests], useful for contributors only. The tests can also be run on Windows against NVIDIA's nvapi64.dll to compare results.