Releases: SveSop/nvidia-libs
Release v0.8.5
Release v0.8.4
Various updates to submodules.
Added nvcuda support for SDK 12.9
Proton install script updated to work with Proton 10
Release v0.8.3
Add support for 570 branch drivers for NVML
Multiple updates to DXVK-NVAPI
Add updates to scripts to support usage with wine >= 10.2
Some fixes here and there.
Release v0.8.2
Add support for OptiX ABI 105 (SDK 9.0.0)
Loads of updates related to DLSS for dxvk-nvapi
Added support for CUDA SDK 12.8
DXVK-NVAPI adds Vulkan Reflex Layer (See README.md)
Various minor tweaks and fixes
Release v0.8.1
Some tweaks to nvcuda to minimize overhead in multithread situations.
Added support for OptiX ABI 93 (SDK 8.1.0)
Upstream updates of dxvk-nvapi and wine-nvml.
Remove cufft64_11.dll helper library for FFT usage. This may however
come with some missing tweaks for untested FFT functions.
Various cleanups and removal of unused headers.
Release v0.8.0
This release have quite a few highlights.
Redo folder structure to use x32/x64 for 32 and 64 bit
Rename all winelib dll.so files to .dll for easier integration
Drop generating "fake" .dll files, as these are not really useful
with newer wine versions.
Add NVENC libraries - nvcuvid and nvencodeapi. These can be used
with hardware level encoding/decoding using NVIDIA GPU.
Some update to upstream dxvk-nvapi
Some minor updates and tweaks to nvcuda
Updated installscripts and added script for easier installation
when using "Bottles". This will install the libraries into the
bottle of your choosing.
Release v0.7.20
Quite some updates to dxvk-nvapi.
Add new library nvofapi (64-bit only).
No significant changes to other support libraries
Release v0.7.19
Some upstream changes to dxvk-nvapi
Added some tweaks to be able to run the "Elevator" Demo (Star Wars)
No change to CUDA or OptiX
Release v0.7.18
Mostly bugfixes and minor updates to nvcuda.
Some updates to dxvk-nvapi and nvml library.
Removed CUDA SDK 3.0 helper library, as it does not seem needed.
Added note about DAZ Studio and the usage of nvml (wine-nvml).
Release v0.7.17
Add support for CUDA SDK 12.5
Add helper library for FFT (cufft64_11.dll) when running FFT functions from
CUDA SDK 12.3 or newer.
Add 32-bit helper library for cuda RunTime 3.0 (cudart32_30_14.dll) for running
old CUDA SDK 3.0 samples and NVIDIA demo's. This however requires some
handheld fiddling. See README.md for info.
Various bugfixes and tweaks.