radv: add RADV_DEBUG=bo_history

This dumps the BO history to /tmp/radv_bo_history.log after each BO
operations.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37062>
This commit is contained in:
Samuel Pitoiset
2025-01-28 12:00:07 +01:00
committed by Marge Bot
parent 0fe652971e
commit b69b953973
6 changed files with 69 additions and 37 deletions
+2
View File
@@ -1367,6 +1367,8 @@ RADV driver environment variables
enable LLVM compiler backend
``allbos``
force all allocated buffers to be referenced in submissions
``bo_history``
dump the BO history to /tmp/radv_bo_history.log after each BO operations
``checkir``
validate the LLVM IR before LLVM compiles the shader
``dump_trap_handler``