Releases: sawickiap/D3d12info
3.9.1
Changes:
- Fixed numeric value of the new
NV_GPU_ARCH_IMPLEMENTATION_GB202
enum item. - Changed printing of the new
adapterType
to bit flags.
Compiled with DirectX 12 Agility SDK 1.615.0 ("D3d12info.exe") / 1.716.0-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, AMD device_info from 2024-09-24 (commit hash 7379d082f1d8d64c9d1168b84b7f6b2a9702c82f
), NVAPI R570, Intel GPU Detect from 2023-07-18 (commit hash dd962c44acdad4ea21632e0bd144ab139e8ad8eb
) - all same as previous version.
3.9.0
Changes:
- Updated NVAPI from version R550 to R570. Added printing of new information:
- New ray tracing capabilities:
NVAPI_D3D12_RAYTRACING_CAPS_TYPE_CLUSTER_OPERATIONS
NVAPI_D3D12_RAYTRACING_CAPS_TYPE_PARTITIONED_TLAS
NVAPI_D3D12_RAYTRACING_CAPS_TYPE_SPHERES
NVAPI_D3D12_RAYTRACING_CAPS_TYPE_LINEAR_SWEPT_SPHERES
NvAPI_D3D12_GetPhysicalDeviceCooperativeVectorProperties
- array ofNVAPI_COOPERATIVE_VECTOR_PROPERTIES
for different data types.adapterType
of typeNV_ADAPTER_TYPE
.
- New ray tracing capabilities:
Compiled with DirectX 12 Agility SDK 1.615.0 ("D3d12info.exe") / 1.716.0-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, AMD device_info from 2024-09-24 (commit hash 7379d082f1d8d64c9d1168b84b7f6b2a9702c82f
), NVAPI R570, Intel GPU Detect from 2023-07-18 (commit hash dd962c44acdad4ea21632e0bd144ab139e8ad8eb
).
3.8.0
Changes:
- Updated Agility SDK to version 1.615.0 / 1.716.0-preview. Updated information printed:
- Added
D3D12_FEATURE_DATA_BYTECODE_BYPASS_HASH_SUPPORTED
. - Preview only: removed
D3D12_FEATURE_DATA_D3D12_OPTIONS22
, addedD3D12_TIGHT_ALIGNMENT_TIER
.
- Added
- Added usage of AMD device_info library, which contains an up-to-date list of AMD GPUs and their capabilities. Added printing of its structures
GDT_GfxCardInfo
,GDT_DeviceInfo
.
Compiled with DirectX 12 Agility SDK 1.615.0 ("D3d12info.exe") / 1.716.0-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, AMD device_info from 2024-09-24 (commit hash 7379d082f1d8d64c9d1168b84b7f6b2a9702c82f
), NVAPI R550, Intel GPU Detect from 2023-07-18 (commit hash dd962c44acdad4ea21632e0bd144ab139e8ad8eb
).
3.7.3
3.7.2
Changes:
- Added digital signing of the executables, which will hopefully reduce security warnings shown by Windows when launching them. (Developed by @Devaniti as #24)
Compiled with DirectX 12 Agility SDK 1.614.1 ("D3d12info.exe") / 1.715.1-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, NVAPI R550, Intel GPU Detect from 2023-07-18 (all same as previous version).
3.7.1
Changes:
- Updated Agility SDK to version 1.715.1-preview, which updated the default upscaler from AMD FidelityFX Super Resolution (FSR) 2.2 to 3.1.
Compiled with DirectX 12 Agility SDK 1.614.1 ("D3d12info.exe") / 1.715.1-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, NVAPI R550, Intel GPU Detect from 2023-07-18.
3.7.0
Changes:
- Updated Agility SDK to version 1.715.0-preview. Added new information:
- Experiment
D3D12StateObjectsExperiment
, enum valueD3D12_WORK_GRAPHS_TIER_1_1
- for the new GPU work graph mesh nodes. - Structure
D3D12_FEATURE_DATA_D3D12_OPTIONS22
withTightAlignmentSupported
. - Structure
D3D12_FEATURE_DATA_APPLICATION_SPECIFIC_DRIVER_STATE
withSupported
.
- Experiment
- Updated Agility SDK to version 1.614.1. No changes in reported information.
Compiled with DirectX 12 Agility SDK 1.614.1 ("D3d12info.exe") / 1.715.0-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, NVAPI R550, Intel GPU Detect from 2023-07-18.
3.6.0
Changes:
- Updated Agility SDK to version 1.714.0-preview.
- Added information about the new DirectSR - available variants.
- Removed information that disappeared from the SDK:
D3D12_FEATURE_DATA_D3D12_OPTIONS_EXPERIMENTAL
,D3D12_FEATURE_DATA_WAVE_MMA
.
- Added information about meta commands and their parameters. Off by default, enabled with new command-line parameter:
--MetaCommands
.
Compiled with DirectX 12 Agility SDK 1.614.0 ("D3d12info.exe") / 1.714.0-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, NVAPI R550, Intel GPU Detect from 2023-07-18.
3.5.1
Changes:
- Changed project options to use Runtime Library = Multi-threaded (not "DLL") version so the executables no longer need .dll files from Visual C++ Redistributable libraries installed in the system to work. (Developed by @Devaniti as #21)
Compiled with DirectX 12 Agility SDK 1.614.0 ("D3d12info.exe") / 1.711.3-preview ("D3d12info_preview.exe"), AMD AGS 6.2.0, NVAPI R550, Intel GPU Detect from 2023-07-18 (all same as previous version).