Changelog
The format is based on Keep a Changelog.
[2.0.2] - 2023-04-28
Upgrade Linux DLSS-G snippet with a hotfix for Kit sessions running via SSH without DISPLAY set.
[2.0.1] - 2023-02-06
Actually copy the internal NGX snippet into the carbonite plugin on Linux.
[2.0.0] - 2023-02-02
Remove obsolete DLSS-G functionality
Add a new DLSS-G param required for Vulkan
[1.2.1] - 2023-01-07
Move into Kit repo with no functional changes apart from using a much more recent version of Kit to build, package and publish the extension.
[1.2.0] - 2022-12-21
Update perfsdk-nda version to 2022.3.0
[1.1.0] - 2022-12-06
Fix library path discovery to not assume the plugin DLL’s will retain the extension directory layout. Users must still keep the NGX/NvPerf libraries alongside the plugin DLL, however.
Avoid using extension-specific functionality, facilitating use of the plugin in non-Kit apps like usdTestViewer.
Upgrade the DLSS-G snippet to 1.4.5.
Add OptionalFeaturesTypes.h support for the full set of Parameter_FrameGeneration values.
Drop support for the never-released internal drivers that used the old DLSS-G feature name.
[1.0.0] - 2022-10-13
Add perfsdk-nda as a dependency.
Clean up IOptionalFeatures interface.
Ensure carb.graphics_optional can run on debug builds of Kit.
[0.3.0] - 2022-10-03
Add minimum DLSS-G SM version query.
[0.2.1] - 2022-09-30
Strip binaries in release Linux builds
[0.2.0] - 2022-09-28
Upgrade to the 1.2.0-rc4 snippet
[0.1.1] - 2022-09-27
Fix the Linux build
[0.1.0] - 2022-09-20
Support the new feature query API with a separate param.
Rename the extension from carb.graphics_optional_ext to carb.graphics_optional.
Support multiple extension variants for different snippet build types.
[0.0.3] - 2022-09-12
Upgrade NGX snippet to the official 1.1.2-rc3 build.
Make the extension not toggleable or reloadable. It’s used at startup time so a restart is definitely required when switching versions.
[0.0.2] - 2022-09-09
Rename for repo move.
Don’t copy DLLs on Linux.
[0.0.1] - 2022-08-30
Initial development version