diff options
| author | lbavoil <[email protected]> | 2017-01-23 09:55:05 +0100 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2017-01-23 09:55:05 +0100 |
| commit | 0e07a80f8c1443e047e283f30693cf708a3204ea (patch) | |
| tree | 460cb590a7dfc7d43a205f33fa0631f408b68940 /doc/_sources/changelog.txt | |
| parent | Polish HLSL. No functional change. (diff) | |
| download | hbaoplus-0e07a80f8c1443e047e283f30693cf708a3204ea.tar.xz hbaoplus-0e07a80f8c1443e047e283f30693cf708a3204ea.zip | |
HBAO+ 3.1.0.21602716
Diffstat (limited to 'doc/_sources/changelog.txt')
| -rw-r--r-- | doc/_sources/changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_sources/changelog.txt b/doc/_sources/changelog.txt index 5be28c4..98c0c31 100644 --- a/doc/_sources/changelog.txt +++ b/doc/_sources/changelog.txt @@ -4,6 +4,12 @@ Change Log |PRODUCTNAMEDOCRELEASEBOLD| +**New in release 3.1** + +* The D3D11 non-UWP DLL now calls NVAPI (when available) to disable any SLI transfers for all render targets. +* The D3D12 RenderAO call now resets the ScissorRect. +* The PowerExponent parameter is now clamped to 4.f (was 8.f). + **New in release 3.0** * Added entry points for D3D12. |