Skip to content

Releases: Devaniti/D3d12infoGUI

1.4.0

27 May 19:17
Compare
Choose a tag to compare
  • Updated D3d12info to 3.5.1
  • Removed dependency on Visual C++ Redistributable

1.3.0

29 Mar 17:55
Compare
Choose a tag to compare
  • Updated D3d12info to 3.4.0
  • Disabled experimental features when querying capabilities via non preview D3d12info
    • Previously retail reports could show features that are only available on machines with developer mode enabled via experimental features
  • Changed the app into GUI app that shows progress of report generation
  • Embedded all required files into a single exe file that auto extracts dependencies
  • Added command line options
    • -l --licenses - Shows open source licenses
    • -h --help - Shows command line options usage guide

1.2.0

12 Mar 18:22
Compare
Choose a tag to compare
  • Updated D3d12info to 3.3.0
    • Added following properties
      • D3D12_FEATURE_DATA_D3D12_OPTIONS21.WorkGraphsTier
      • D3D12_FEATURE_DATA_D3D12_OPTIONS21.ExecuteIndirectTier
      • D3D12_FEATURE_DATA_D3D12_OPTIONS21.SampleCmpGradientAndBiasSupported
      • D3D12_FEATURE_DATA_D3D12_OPTIONS21.ExtendedCommandInfoSupported
  • Added additional vendors for Subsystem ID decoding

1.1.0

03 Mar 19:30
Compare
Choose a tag to compare
  • Updated D3d12info to 3.2.0
    • Added following properties
      • NvPhysicalGpuHandle.NvAPI_GPU_GetGPUInfo - NV_GPU_INFO::bIsExternalGpu
      • NvPhysicalGpuHandle.NvAPI_GPU_GetGPUInfo - NV_GPU_INFO::rayTracingCores
      • NvPhysicalGpuHandle.NvAPI_GPU_GetGPUInfo - NV_GPU_INFO::tensorCores
      • NvAPI_D3D12_GetOptimalThreadCountForMesh.pThreadCount
  • Added decoding for ACPI ID strings for Vendor IDs
  • Minor report page style improvements

1.0.1 Bitfield output bugfix

31 Jan 21:29
Compare
Choose a tag to compare
  • Fixed incorrect bitfield output when exactly 1 bit was set
    • This didn't affect submitted reports, only visual presentation was affected
    • Such bitfields appeared as if value was 0
  • Changed property names to be closer to APIs
  • Fixed typos
  • Removed leftover console.log in js code

1.0.0 First full release

30 Jan 17:55
Compare
Choose a tag to compare
  • First full release
  • Implemented response compression in db-server
  • Improved UI
    • Reworked Adapter selection
    • Added Adapter search on website
    • Added Property search on website and in GUI
  • Added decoding for PCI Subsystem ID
  • Updated D3d12info to 3.1.0
  • Now using release build of D3d12info

0.1.2 Full database update

20 Jan 13:45
Compare
Choose a tag to compare
  • Added all remaining relevant fields from D3d12info to database
  • Added support for running on non developer mode OS
  • Implemented handling of duplicated adapters when submitting reports when running under RDP
  • Reordered some fields to be more user friendly
  • Added human readable names for some fields
  • Relevant D3d12info changes:
    • Fixed running D3d12info with output redirection on some systems
    • Skipping Vendor APIs in case when GPU vendor doesn't match

0.1.1 Submission update

30 Dec 19:54
Compare
Choose a tag to compare

Improved various aspects of online submissions:

  • Added Intel specific fields
  • Hid null fields
  • Made submit button submit all devices simultaneously
  • Fixed output of bool fields on website

0.1.0 First working prototype

29 Dec 00:44
Compare
Choose a tag to compare