Skip to content

Commit 735302e

Browse files
author
Rys Sommefeldt
committed
AGS 5.3.0
1 parent fe3d0ce commit 735302e

39 files changed

+150
-63
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
**Note:** See `ags_lib\CHANGELOG.md` for changes to the core AGS library.
44

5+
### v5.3.0 - 2018-11-22
6+
* DirectX 11 deferred context support for our Multi Draw Indirect and UAV overlap extensions
7+
* New helper function to better work with Radeon Software Version data
8+
* New FreeSync 2 gamma 2.2 mode, using a smaller swapchain format compared to FreeSync 2 scRGB
9+
510
### v5.2.1 - 2018-08-09
611
* Fix for app registration for DX12 UWP apps
712

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ In addition to the library itself, the AGS SDK includes several samples to demon
99
<a href="https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/releases/latest/"><img src="http://gpuopen-librariesandsdks.github.io/media/latest-release-button.svg" alt="Latest release" title="Latest release"></a>
1010
</div>
1111

12+
### What's new in AGS 5.3
13+
14+
Version 5.3 adds DirectX 11 deferred context support for our MultiDrawIndirect and UAV overlap extensions, along with a helper function to let your app determine if the installed driver meets your game's minimum driver version requirements. If you're a Vulkan user, you can pair that with our machine readable [AMD Vulkan versions](https://github.com/GPUOpen-Drivers/amd-vulkan-versions) database, to get more information about the Vulkan implementation in our client driver.
15+
16+
Lastly, there's a new FreeSync 2 gamma 2.2 mode. It uses a 10-bit (per RGB component, 2-bit alpha) swapchain, as opposed to the 16-bit (per RGB component, 16-bit alpha) swapchain needed for FreeSync 2 scRGB.
17+
1218
### What's new in AGS 5.2
1319
Version 5.2 adds support for app registration in DirectX 12. App registration lets you give more information about your game or application to our driver, which can then use that (ideally unique) information to better support the game or app if we need to make driver-side changes to help things run as efficiently and correctly as possible.
1420

ags_lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# AMD AGS Library Changelog
22

3+
### v5.3.0 - 2018-11-22
4+
* DirectX 11 deferred context support for our Multi Draw Indirect and UAV overlap extensions
5+
* New helper function to better work with `radeonSoftwareVersion` data
6+
37
### v5.2.1 - 2018-08-09
48
* Fix for app registration for DX12 UWP apps
59

ags_lib/doc/amd_ags.chm

12.7 KB
Binary file not shown.

ags_lib/inc/amd_ags.h

Lines changed: 70 additions & 47 deletions
Large diffs are not rendered by default.

ags_lib/lib/amd_ags_uwp_x64.dll

7.5 KB
Binary file not shown.

ags_lib/lib/amd_ags_uwp_x64.lib

1.59 KB
Binary file not shown.

ags_lib/lib/amd_ags_uwp_x86.dll

-512 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x64.dll

49 KB
Binary file not shown.

ags_lib/lib/amd_ags_x64.lib

1.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)