Skip to content

Commit 495456f

Browse files
author
Rys Sommefeldt
committed
AGS 5.2.1
1 parent f5b3f38 commit 495456f

11 files changed

+7
-4
lines changed

ags_lib/doc/amd_ags.chm

-578 Bytes
Binary file not shown.

ags_lib/inc/amd_ags.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
/// Online documentation is publicly hosted here: http://gpuopen-librariesandsdks.github.io/ags/
3434
/// \endinternal
3535
///
36+
/// What's new in AGS 5.2.1 since version 5.2.0
37+
/// ---------------------------------------
38+
/// * Fix for crash when using Eyefinity
39+
/// * Fix for DX12 app registration in the UWP version
40+
///
41+
///
3642
/// What's new in AGS 5.2.0 since version 5.1
3743
/// ---------------------------------------
3844
/// AGS 5.2 includes the following updates:
@@ -41,7 +47,6 @@
4147
/// * DX12 extensions now require the creation of the device via \ref agsDriverExtensionsDX12_CreateDevice
4248
/// * agsGetCrossfireGPUCount has been removed in favor of retrieving the value from \ref agsDriverExtensionsDX11_CreateDevice
4349
/// * API change that fixes a reference leak in \ref agsDriverExtensionsDX11_DestroyDevice
44-
4550
///
4651
/// What's new in AGS 5.x since version 4.x
4752
/// ---------------------------------------
@@ -84,7 +89,7 @@
8489

8590
#define AMD_AGS_VERSION_MAJOR 5 ///< AGS major version
8691
#define AMD_AGS_VERSION_MINOR 2 ///< AGS minor version
87-
#define AMD_AGS_VERSION_PATCH 0 ///< AGS patch version
92+
#define AMD_AGS_VERSION_PATCH 1 ///< AGS patch version
8893

8994
#ifdef __cplusplus
9095
extern "C" {

ags_lib/lib/amd_ags_uwp_x64.dll

1 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

0 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x64_2017_MD.lib

-8 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x64_2017_MT.lib

-8 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x86.dll

0 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x86_2017_MD.lib

-8 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x86_2017_MT.lib

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)