Skip to content

Commit

Permalink
Added change log entries for release 1.3.0 and updated the version nu…
Browse files Browse the repository at this point in the history
…mber.
  • Loading branch information
apanteleev committed Mar 25, 2022
1 parent 4ddffc7 commit 997c18c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# RTXDI SDK Change Log

## 1.3.0

**Release highlights:**

- Added Pairwise Multiple Importance Sampling (MIS) normalization for ReSTIR that improves resampling quality on glossy surfaces.
- Added MIS with BRDF rays. Light samples discovered from BRDF rays are mixed into ReSTIR, greatly improving image quality on low-roughness surfaces.
- Updated [NRD](https://github.com/NVIDIAGameWorks/RayTracingDenoiser) to version 3.0.

**Breaking changes:**

- Some bridge functions have changed signatures.
- Added required bridge functions for BRDF sampling.

**Misc improvements:**

- Removed the old "ReSTIR Direct + BRDF MIS" rendering mode, replaced by the new MIS mode.


## 1.2.1

**Breaking changes:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# RTXDI SDK and Sample App

Version 1.2.1.
Version 1.3.0.

[Change Log](ChangeLog.md)

Expand Down

0 comments on commit 997c18c

Please sign in to comment.