Skip to content

Commit 67676a6

Browse files
author
Rys Sommefeldt
committed
Updated documentation for AGS 5.1
1 parent 86c805b commit 67676a6

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

CHANGELOG.md

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

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

5+
### v5.1.1 - 2017-09-19
6+
* Breaking API change for DX11 extensions
7+
* You now call `agsDriverExtensionsDX11_CreateDevice()` at creation time to access any DX11 AMD extensions
8+
* With a corresponding call to `agsDriverExtensionsDX11_DestroyDevice()` during teardown
9+
* App registration extension for DX11 apps
10+
* FreeSync 2 HDR support
11+
* Scan and reduce wave-level shader intrinsics
12+
* DX12 user markers!
13+
* Eyefinity configuration detection bug fixes
14+
* Static libs in various flavours!
15+
* VS2017 versions of the shipping samples
16+
517
### v5.0.6 - 2016-03-28
618
* Update to newer version of Premake, 5.0 alpha 10
719
* Plus local changes for auto-generating props files

ags_lib/CHANGELOG.md

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

3+
### v5.1.1 - 2017-09-19
4+
* Breaking API change for DX11 extensions
5+
* You now call `agsDriverExtensionsDX11_CreateDevice()` at creation time to access any DX11 AMD extensions
6+
* With a corresponding call to `agsDriverExtensionsDX11_DestroyDevice()` during teardown
7+
* App registration extension for DX11 apps
8+
* FreeSync 2 HDR support
9+
* Scan and reduce wave-level shader intrinsics
10+
* DX12 user markers!
11+
* Static libs in various flavours!
12+
313
### v5.0.6 - 2016-03-28
414
* Fix min/max/avg luminance in display info
515
* Clean up documentation

ags_lib/doc/amd_ags.chm

46.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)