Skip to content

Commit d17b3a9

Browse files
committed
Update the readme to add driver version info
1 parent 53fa224 commit d17b3a9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Highlights include the following:
1616
* Full GPU enumeration with adapter string, device id, revision id and vendor id.
1717
* Per-GPU display enumeration including information on display name, resolution, and HDR capabilities.
1818
* Optional user-supplied memory allocator.
19-
* Function to set displays into HDR mode.
20-
* DirectX 11 shader compiler controls.
21-
* DirectX 11 multiview extension.
19+
* Function to set displays into HDR mode.<sup>[1](#ags-sdk-footnote1)</sup>
20+
* DirectX 11 shader compiler controls.<sup>[1](#ags-sdk-footnote1)</sup>
21+
* DirectX 11 multiview extension.<sup>[2](#ags-sdk-footnote1)</sup>
2222
* DirectX 11 Crossfire API updates.
2323
* Now supports using the API without needing a driver profile.
2424
* You can also now specify the transfer engine.
@@ -33,9 +33,10 @@ AGS exposes GCN shader extensions for both DirectX 11 and DirectX 12. It also pr
3333

3434
### Prerequisites
3535
* AMD Radeon&trade; GCN-based GPU (HD 7000 series or newer)
36-
* Or other DirectX&reg; 11 compatible GPU with Shader Model 5 support<sup>[1](#ags-sdk-footnote1)</sup>
36+
* Or other DirectX&reg; 11 compatible GPU with Shader Model 5 support<sup>[3](#ags-sdk-footnote1)</sup>
3737
* 64-bit Windows&reg; 7 (SP1 with the [Platform Update](https://msdn.microsoft.com/en-us/library/windows/desktop/jj863687.aspx)), Windows&reg; 8.1, or Windows&reg; 10
3838
* Visual Studio&reg; 2012, Visual Studio&reg; 2013, or Visual Studio&reg; 2015
39+
* Recommended driver: Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) or later
3940

4041
### Getting Started
4142
* It is recommended to take a look at the sample source code.
@@ -75,4 +76,8 @@ For Visual Studio 2015, this version of Premake adds the `WindowsTargetPlatformV
7576
* Microsoft, DirectX, Visual Studio, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
7677

7778
### Notes
78-
<a name="ags-sdk-footnote1">1</a>: While the AGS SDK samples will run on non-AMD hardware, they will be of limited usefulness, since the purpose of AGS is to provide convenient access to AMD-specific information and extensions.
79+
<a name="ags-sdk-footnote1">1</a>: Requires Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) or later.
80+
81+
<a name="ags-sdk-footnote1">2</a>: Requires Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) or later.
82+
83+
<a name="ags-sdk-footnote1">3</a>: While the AGS SDK samples will run on non-AMD hardware, they will be of limited usefulness, since the purpose of AGS is to provide convenient access to AMD-specific information and extensions.

0 commit comments

Comments
 (0)