Skip to content

Releases: Twinklebear/oidn-rs

2.2.4

31 Aug 22:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.3...2.2.4

2.2.3

21 Apr 16:13
Compare
Choose a tag to compare

What's Changed

  • Add metal() function to Device struct in device.rs by @float3 in #26

Full Changelog: 2.2.2...2.2.3

2.2.2

07 Apr 22:15
32dbae0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.2.2

2.0.1

06 Apr 16:32
e63198c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.3...2.0.1

1.4.3

19 Nov 00:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

Release 1.4.2

15 Feb 05:38
Compare
Choose a tag to compare

Changes

Release 1.4.1

22 May 05:42
Compare
Choose a tag to compare

Changes

  • Path release to revert breaking change of renaming FilterError to Error to allow tracking the OIDN version (1.4) and following semver.

Release 1.4.0

22 May 04:48
74a3286
Compare
Choose a tag to compare

Updated to Open Image Denoise 1.4.0, thanks @virtualritz !

Additional Changes

  • FilterError has been renamed to Error (#17 )

Release 1.3.1

23 Apr 03:00
Compare
Choose a tag to compare

Changes

  • The RayTracing::input_scale API method has replaced RayTracing::hdr_scale, as in OpenImageDenoise 1.3.0. The RayTracing::hdr_scale API is still provided but is now marked as deprecated. Closes #16

Release 1.3.0

26 Sep 05:39
460a825
Compare
Choose a tag to compare

Changes

  • Revert back to an API which does keep references to the optional normal and albedo buffers, and supports writing filter outputs to the input buffer via #12 , thanks @virtualritz ! This API may change further to allow re-using the filter repeatedly on the same input and output buffers without re-committing it, if this provides improved performance