mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update to AGS 6.0.1
This commit is contained in:
@@ -124,6 +124,10 @@ The following libraries and components are incorporated into RenderDoc, listed h
|
||||
|
||||
Used to emit profiling events in development builds.
|
||||
|
||||
* `AGS <https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/>`_ - Copyright (c) 2020 Advanced Micro Devices, Inc. Distributed under the MIT License.
|
||||
|
||||
Used to intercept and test AGS calls on D3D11/D3D12.
|
||||
|
||||
Thanks
|
||||
------
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
#define AMD_AGS_VERSION_MAJOR 6 ///< AGS major version
|
||||
#define AMD_AGS_VERSION_MINOR 0 ///< 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" {
|
||||
@@ -468,8 +468,8 @@ typedef struct AGSDX12ReturnedParams
|
||||
unsigned int baseInstance : 1; ///< Supported in Radeon Software Version 20.2.1 onwards.
|
||||
unsigned int getWaveSize : 1; ///< Supported in Radeon Software Version 20.5.1 onwards.
|
||||
unsigned int floatConversion : 1; ///< Supported in Radeon Software Version 20.5.1 onwards.
|
||||
unsigned int readLaneAt : 1; ///< Supported in Radeon Software Version 20.11.1 onwards.
|
||||
unsigned int rayHitToken : 1; ///< Supported in Radeon Software Version 20.11.1 onwards.
|
||||
unsigned int readLaneAt : 1; ///< Supported in Radeon Software Version 20.11.2 onwards.
|
||||
unsigned int rayHitToken : 1; ///< Supported in Radeon Software Version 20.11.2 onwards.
|
||||
unsigned int padding : 20; ///< Reserved
|
||||
} ExtensionsSupported;
|
||||
ExtensionsSupported extensionsSupported; ///< List of supported extensions
|
||||
|
||||
@@ -40,5 +40,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
{\field{\*\fldinst{HYPERLINK "{\pntext\f1\'B7\tab}http://download.nvidia.com/XFree86/nvapi-open-source-sdk/"}}{\fldrslt{\ul\cf1 http://download.nvidia.com/XFree86/nvapi-open-source-sdk}}}\f0\fs22\line nvapi open source SDK distributed under the MIT License. Copyright (c) 2019, NVIDIA CORPORATION.\par
|
||||
{\field{\*\fldinst{HYPERLINK "{\pntext\f1\'B7\tab}http://half.sourceforge.net/"}}{\fldrslt{\ul\cf1 http://half.sourceforge.net/}}}\f0\fs22\line half.hpp distributed under the MIT License. Copyright (c) 2012-2019 Christian Rau.\par
|
||||
{\field{\*\fldinst{HYPERLINK "{\pntext\f1\'B7\tab}https://superluminal.eu/"}}{\fldrslt{\ul\cf1 https://superluminal.eu/}}}\f0\fs22\line Superluminal distributed under the BSD License. Copyright (c) 2019-2020 Superluminal.\par
|
||||
{\field{\*\fldinst{HYPERLINK "{\pntext\f1\'B7\tab}https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/"}}{\fldrslt{\ul\cf1 https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/}}}\f0\fs22\line AGS distributed under the MIT License. Copyright (c) 2020 Advanced Micro Devices, Inc.\par
|
||||
}
|
||||
| ||||