Skip to content

Version 0.4

Compare
Choose a tag to compare
@jp7677 jp7677 released this 20 Jul 15:22
· 591 commits to master since this release
  • Update NVAPI headers to R470.
  • 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.