Skip to content

Commit

Permalink
AGS 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rys Sommefeldt committed Aug 9, 2018
1 parent f5b3f38 commit 495456f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
Binary file modified ags_lib/doc/amd_ags.chm
Binary file not shown.
9 changes: 7 additions & 2 deletions ags_lib/inc/amd_ags.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
/// Online documentation is publicly hosted here: http://gpuopen-librariesandsdks.github.io/ags/
/// \endinternal
///
/// What's new in AGS 5.2.1 since version 5.2.0
/// ---------------------------------------
/// * Fix for crash when using Eyefinity
/// * Fix for DX12 app registration in the UWP version
///
///
/// What's new in AGS 5.2.0 since version 5.1
/// ---------------------------------------
/// AGS 5.2 includes the following updates:
Expand All @@ -41,7 +47,6 @@
/// * DX12 extensions now require the creation of the device via \ref agsDriverExtensionsDX12_CreateDevice
/// * agsGetCrossfireGPUCount has been removed in favor of retrieving the value from \ref agsDriverExtensionsDX11_CreateDevice
/// * API change that fixes a reference leak in \ref agsDriverExtensionsDX11_DestroyDevice

///
/// What's new in AGS 5.x since version 4.x
/// ---------------------------------------
Expand Down Expand Up @@ -84,7 +89,7 @@

#define AMD_AGS_VERSION_MAJOR 5 ///< AGS major version
#define AMD_AGS_VERSION_MINOR 2 ///< AGS minor version
#define AMD_AGS_VERSION_PATCH 0 ///< AGS patch version
#define AMD_AGS_VERSION_PATCH 1 ///< AGS patch version

#ifdef __cplusplus
extern "C" {
Expand Down
Binary file modified ags_lib/lib/amd_ags_uwp_x64.dll
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_uwp_x86.dll
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x64.dll
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x64_2017_MD.lib
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x64_2017_MT.lib
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x86.dll
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x86_2017_MD.lib
Binary file not shown.
Binary file modified ags_lib/lib/amd_ags_x86_2017_MT.lib
Binary file not shown.
2 changes: 0 additions & 2 deletions ags_sample/src/AGSSample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ int main(int , char**)
AGSGPUInfo gpuInfo;

AGSConfiguration config = {};
config.crossfireMode = AGS_CROSSFIRE_MODE_EXPLICIT_AFR;

if ( agsInit( &agsContext, &config, &gpuInfo ) == AGS_SUCCESS )
{
printf( "\nAGS Library initialized: v%d.%d.%d\n", gpuInfo.agsVersionMajor, gpuInfo.agsVersionMinor, gpuInfo.agsVersionPatch );
Expand Down

0 comments on commit 495456f

Please sign in to comment.