Skip to content

Commit 53fa224

Browse files
committed
Pull latest ags_lib to get slight documentation updates
Only the documentation changes. The DLLs and import libs were rebuilt just to update the date. No functionality changes.
2 parents 73f0044 + 8916663 commit 53fa224

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

ags_lib/CHANGELOG.md

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

3-
### v5.0.5 - 2016-12-07
3+
### v5.0.5 - 2016-12-08
44
* Add function to set displays into HDR mode
55
* Implement full GPU enumeration with adapter string, device id, revision id, and vendor id
66
* Implement per-GPU display enumeration including information on display name, resolution, and HDR capabilities
7-
* Remove agsGetGPUMemorySize and agsGetEyefinityConfigInfo in favor of including this information in the device and display enumeration
7+
* Remove `agsGetGPUMemorySize` and `agsGetEyefinityConfigInfo` in favor of including this information in the device and display enumeration
88
* Add optional user-supplied memory allocator
99
* Add DirectX11 shader compiler controls
1010
* Add DirectX11 multiview extension
11+
* Requires Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) or later
1112
* Update DirectX11 Crossfire API to support using the API without needing a driver profile
1213
* Update DirectX11 Crossfire API to allow specifying the transfer engine
1314

1415
### v4.0.3 - 2016-08-18
1516
* Improve support for DirectX 11 and DirectX 12 GCN shader extensions
1617
* Add support for Multidraw Indirect Count Indirect for DirectX 11
1718
* Fix clock speed information for Polaris GPUs
18-
* Requires Radeon Software Crimson Edition 16.9.1 (driver version 16.40) or later
19+
* Requires Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) or later
1920

2021
### v4.0.0 - 2016-05-24
2122
* Add support for GCN shader extensions

ags_lib/doc/amd_ags.chm

664 Bytes
Binary file not shown.

ags_lib/inc/amd_ags.h

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
///
3030
/// The latest version of the API is publicly hosted here: https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/.
3131
/// It is also worth checking http://gpuopen.com/gaming-product/amd-gpu-services-ags-library/ for any updates and articles on AGS.
32+
/// \internal
33+
/// Online documentation is publicly hosted here: http://gpuopen-librariesandsdks.github.io/ags/
34+
/// \endinternal
3235
///
3336
/// What's new in AGS 5.0 since version 4.x
3437
/// ---------------------------------------
@@ -418,7 +421,9 @@ AMD_AGS_API AGSReturnCode agsSetDisplayMode( AGSContext* context, int deviceInde
418421
/// @{
419422

420423
///
421-
/// Function used to initialize the AMD-specific driver extensions for D3D12
424+
/// Function used to initialize the AMD-specific driver extensions for D3D12.
425+
/// D3D12 extensions are supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
426+
/// Newer extensions may require more recent versions of the driver. Check support with extensionsSupported.
422427
///
423428
/// \param [in] context Pointer to a context. This is generated by \ref agsInit
424429
/// \param [in] device The D3D12 device.
@@ -445,7 +450,10 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_DeInit( AGSContext* context );
445450
/// @{
446451

447452
///
448-
/// Function used to initialize the AMD-specific driver extensions for D3D11
453+
/// Function used to initialize the AMD-specific driver extensions for D3D11.
454+
/// Shader intrinsics are supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
455+
/// The multiview extension requires Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) or later.
456+
/// Newer extensions may require more recent versions of the driver. Check support with extensionsSupported.
449457
///
450458
/// \param [in] context Pointer to a context. This is generated by \ref agsInit
451459
/// \param [in] device The D3D11 device.
@@ -618,8 +626,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndir
618626
/// @}
619627

620628
/// \defgroup shadercompiler Shader Compiler Controls
621-
/// API for controlling DirectX11 shader compilation
622-
/// Check support for this feature using the AGS_DX11_EXTENSION_CREATE_SHADER_CONTROLS bit. Supported in 16.9.2 onwards.
629+
/// API for controlling DirectX11 shader compilation.
630+
/// Check support for this feature using the AGS_DX11_EXTENSION_CREATE_SHADER_CONTROLS bit.
631+
/// Supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
623632
/// @{
624633

625634
///
@@ -660,7 +669,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_SetDiskShaderCacheEnabled( AGS
660669
/// @}
661670

662671
/// \defgroup multiview Multiview
663-
/// API for multiview broadcasting
672+
/// API for multiview broadcasting.
673+
/// Check support for this feature using the AGS_DX11_EXTENSION_MULTIVIEW bit.
674+
/// Supported in Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) onwards.
664675
/// @{
665676

666677
///

ags_lib/lib/amd_ags_x64.dll

0 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x64.lib

0 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x86.dll

0 Bytes
Binary file not shown.

ags_lib/lib/amd_ags_x86.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)