diff options
| author | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
| commit | ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f (patch) | |
| tree | 4cc6f3288363889d7342f7f8407c0251e6904819 /external/ags_lib/CHANGELOG.md | |
| download | flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.tar.xz flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.zip | |
Initial 1.1.0 binary release
Diffstat (limited to 'external/ags_lib/CHANGELOG.md')
| -rw-r--r-- | external/ags_lib/CHANGELOG.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/external/ags_lib/CHANGELOG.md b/external/ags_lib/CHANGELOG.md new file mode 100644 index 0000000..867a35e --- /dev/null +++ b/external/ags_lib/CHANGELOG.md @@ -0,0 +1,37 @@ +# AMD AGS Library Changelog + +### v4.0.3 - 2016-08-18 +* Improve support for DirectX 11 and DirectX 12 GCN shader extensions +* Add support for Multidraw Indirect Count Indirect for DirectX 11 +* Fix clock speed information for Polaris GPUs +* Requires Radeon Software Crimson Edition 16.9.1 (driver version 16.40) or later + +### v4.0.0 - 2016-05-24 +* Add support for GCN shader extensions + * Shader extensions are exposed for both DirectX 11 and DirectX 12 + * Requires Radeon Software Crimson Edition 16.5.2 or later +* Remove `RegisterApp` from the extension API + * This extension is not currently supported in the driver + +### v3.2.2 - 2016-05-23 +* Add back `radeonSoftwareVersion` now that updated driver is public + * Radeon Software Crimson Edition 16.5.2 or later +* Fix GPU info when primary adapter is > 0 +* Update the implementation of agsDriverExtensions_NotifyResourceEndWrites + +### v3.2.0 - 2016-02-12 +* Add ability to disable Crossfire + * This is in addition to the existing ability to enable the explicit Crossfire API + * Desired Crossfire mode is now passed in to `agsInit` + * Separate `SetCrossfireMode` function has been removed from the AGS API + * The `agsInit` function should now be called **prior to device creation** +* Return library version number in the optional info parameter of `agsInit` +* Build amd_ags DLLs such that they do not depend on any Microsoft Visual C++ redistributable packages + +### v3.1.1 - 2016-01-28 +* Return null for the context when initialization fails +* Add version number defines to `amd_ags.h` +* Remove `radeonSoftwareVersion` until needed driver update is public + +### v3.1.0 - 2016-01-26 +* Initial release on GitHub |