You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.txt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# GPU Performance API Release Notes
2
2
---
3
+
# Version 4.2 (11/3/2025)
4
+
* Add support for additional AMD Radeon 800M Series APUs.
5
+
* Add support for AMD Radeon RX 9060 GPUs.
6
+
* DirectX 11: `GPUPerfAPIDXGetAMDDeviceInfo` has been removed in favor of Windows Graphics Settings to force select the GPU.
7
+
* `GpaGetDeviceMaxWaveSlots` reliability issues have been fixed for DX12.
8
+
* `GpaGetDeviceMaxVgprs` entry point has been added.
9
+
* Fixed build/test issue preventing users from passing skipvulkan and skpopengl to the build on Windows.
10
+
* Synchronized access to HW counters using an IPC Mutex when using Windows. To prevent multiple apps trying to access to the HW counters at the same time.
11
+
* Fixed edge case in parsing SPM data for AMD Radeon RX 6000 and AMD Radeon RX 5000 series hardware.
12
+
* Fixed bug where the DX12 GPA implementation held onto strong references of D3D objects.
13
+
* Removed problematic counters from affecting AMD Radeon RX 6000 Series hardware (VsGsVALUBusy, VsGsVALUBusyCycles, VsGsSALUBusy, VsGsSALUBusyCycles)
14
+
* `cacheFlushOnCounterCollection` was being inconsistently set by GPA affecting discrete counter output.
0 commit comments