This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit b6da370
committed
Update pal from commit 53117dfb
Implement GPU work submission for Trace Session 'Preparation' state
Add Absolute and Relative Capture Modes to Trace Controllers
Fix task shader user data missing in Execute Indirect Shader
Fix issue with gang-submit and compute scratch ring
Validate AceRingSet only for ACE
Add supportInt4 to gfxipProperties
Implement cancel trace for UberTrace-based tools
Bind Instrumentation changes for RGP
Handle CancelTrace for TDR and RenderOp controllers
Update address-lib submodule
Fix "Unknown()" events appearing in RGP captures
Clean up virtual functions in RsrcProcMgr
[CodingStandards] Add allowance for const function value-type parameters
HSA ABI permit HiddenHostcallBuffer
MultiElfCacheLayer fixes
Set DrawIndex to Zero for Execute Indirect
Add support for Wayland explicit sync during presents
Parse dimension info from Mesa metadata
Clean up image clone copy path codes
Gpu Profiler SPM Draw Markers: Add updates of the RLCUSER0 and RLCUSER1 "counters" to indicate the TimedCallId (Draw, Dispatch, Copy, Barrier, etc) and CommandBufferID, respectively
Allow acquiring an unique id for StringTableTraceSource
Update SwWarDetection submodule
Optimize the HwlImageToImageMissingPixelCopy() path in CmdCopyImage()
Zero init embedded data in Execute Indirect
Drop using PWS late acquire point PrePs
Re-enable zwp dmabuf protocol
Remove non-primary GartCacheable alert
Evaluate and override GpuProfilerMode in PlatformSettings validation to ensure downstream choices for GpuProfilerMode are consisten
Archive pipeline loader: Avoid indiscriminately propagating reg/stack usage
Add IDevice::GetDefaultSamplePattern
GpuProfiler - Add flush to WaitForFences
Update DevDriver submodule
Pre-increment instead of post-increment for String table Id
Recompile rpm
Remove a pre-RDNA check
[codegen] Generate formats at build time.
Enable the support for int4 type on gfx11
[AddrMgr2] Fix failure with InitSubresourcesForImage on user specified dma_buf_modifier
Fix failure in VK.dgc.ext.compute* compute queue cases when running in batch
Fix an underflow in BoxesCoverWholeExtent
Fix gpuDebugQueue with ReBAR/SAM enabled
Fix YUV regression with format generation
Disable DevDriverOverlay in preparation state
munmap format table in zwp_linux_dmabuf_feedback_v1::done
Fix build error with the latest clang: missing header for sscanf calls1 parent 0a622c9 commit b6da370
File tree
270 files changed
+21286
-38428
lines changed- cmake
- doc/process
- inc
- core
- gpuUtil
- mlaa
- msaaImageCopy
- textWriter
- timeGraph
- util
- src
- core
- addrMgr/addrMgr2
- hw/gfxip
- gfx9
- chip
- rpm
- gfx9
- imported
- SwWarDetection/inc
- addrlib
- cmake
- layers
- cmdBufferLogger
- crashAnalysis
- dbgOverlay
- gpuDebug
- gpuProfiler
- interfaceLogger
- pm4Instrumentor
- misc/cacheLayer
- os
- amdgpu
- display
- dri3
- wayland
- protocol
- nullDevice
- gpuUtil
- util/imported
- dds
- pal_lz4
- tools/generate
- formats
- data
- loaders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
270 files changed
+21286
-38428
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1186 | 1186 | | |
1187 | 1187 | | |
1188 | 1188 | | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
1189 | 1193 | | |
1190 | 1194 | | |
1191 | 1195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1496 | 1496 | | |
1497 | 1497 | | |
1498 | 1498 | | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
1499 | 1510 | | |
1500 | 1511 | | |
1501 | 1512 | | |
| |||
1663 | 1674 | | |
1664 | 1675 | | |
1665 | 1676 | | |
1666 | | - | |
1667 | | - | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
1668 | 1680 | | |
1669 | 1681 | | |
1670 | 1682 | | |
| |||
3137 | 3149 | | |
3138 | 3150 | | |
3139 | 3151 | | |
| 3152 | + | |
3140 | 3153 | | |
3141 | 3154 | | |
3142 | 3155 | | |
3143 | 3156 | | |
3144 | 3157 | | |
3145 | 3158 | | |
3146 | 3159 | | |
3147 | | - | |
| 3160 | + | |
3148 | 3161 | | |
3149 | 3162 | | |
3150 | | - | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
3151 | 3180 | | |
3152 | 3181 | | |
3153 | 3182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
1432 | 1433 | | |
1433 | 1434 | | |
1434 | 1435 | | |
1435 | | - | |
| 1436 | + | |
| 1437 | + | |
1436 | 1438 | | |
1437 | 1439 | | |
1438 | 1440 | | |
| |||
2993 | 2995 | | |
2994 | 2996 | | |
2995 | 2997 | | |
2996 | | - | |
| 2998 | + | |
2997 | 2999 | | |
2998 | 3000 | | |
2999 | 3001 | | |
| |||
3144 | 3146 | | |
3145 | 3147 | | |
3146 | 3148 | | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
3147 | 3163 | | |
3148 | 3164 | | |
3149 | 3165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments