Skip to content

Releases: SveSop/nvidia-libs

Release v0.8.5

29 Jul 09:58
Compare
Choose a tag to compare

Various updates to upstream dxvk-nvapi

Add build option --no32 to build only 64-bit libraries to better support distro's that no longer provides easy access to 32-bit libraries and build wine using wow64 mode.

Release v0.8.4

26 May 20:42
Compare
Choose a tag to compare

Various updates to submodules.
Added nvcuda support for SDK 12.9
Proton install script updated to work with Proton 10

Release v0.8.3

02 Mar 17:29
Compare
Choose a tag to compare

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

12 Feb 16:20
Compare
Choose a tag to compare

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

28 Nov 16:31
Compare
Choose a tag to compare
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

21 Nov 20:14
Compare
Choose a tag to compare
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

06 Nov 21:51
Compare
Choose a tag to compare

Quite some updates to dxvk-nvapi.

Add new library nvofapi (64-bit only).
No significant changes to other support libraries

Release v0.7.19

03 Sep 19:18
Compare
Choose a tag to compare

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

24 Jul 12:54
Compare
Choose a tag to compare

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

24 May 18:32
Compare
Choose a tag to compare

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.