radv: allocate the TMA BO into 32-bit addr space
[mesa.git] / src / amd / vulkan / radv_debug.c
2020-08-25 Samuel Pitoisetradv: allocate the TMA BO into 32-bit addr space
2020-08-25 Samuel Pitoisetradv: align the TMA BO size to 256
2020-08-24 Samuel Pitoisetradv: use the trap handler to detect faulty shaders...
2020-08-24 Samuel Pitoisetradv: add initial trap handler support with RADV_TRAP_H...
2020-08-21 Samuel Pitoisetradv: ignore BB labels when splitting the disassembly...
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-05-08 Samuel Pitoisetradv: report correct backend IR in hang reports when...
2020-05-08 Samuel Pitoisetradv: do not print the LLVM version string twice in...
2020-02-20 Samuel Pitoisetradv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
2019-11-06 Samuel Pitoisetradv: fix 32-bit compiler warnings
2019-10-30 Samuel Pitoisetradv: fix dumping SPIR-V into hang reports
2019-10-21 Samuel Pitoisetradv: do not dump descriptors twice in hang reports
2019-10-21 Samuel Pitoisetradv: dump trace files earlier if a GPU hang is detected
2019-10-21 Samuel Pitoisetradv: print which ring is dumped in hang reports
2019-10-21 Samuel Pitoisetradv: do not print useless descriptors info in hang...
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-08-12 Bas Nieuwenhuizenradv: Use string for nir dumping.
2019-07-12 Samuel Pitoisetradv: tidy up radv_get_shader_name() and add NGG stages
2019-07-08 Samuel Pitoisetac: select the GFX ring when halting waves with UMR...
2019-07-07 Samuel Pitoisetradv/gfx10: use the correct register for image descript...
2019-06-14 Marek Olšákac: add radeon_info::is_amdgpu instead of checking...
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-05-25 Samuel Pitoisetradv: fix dumping compute shader on the graphics queue
2018-05-25 Samuel Pitoisetradv: add radv_dump_pipeline_state() helper
2018-05-25 Samuel Pitoisetradv: rework how shaders are dumped when generating...
2018-05-25 Samuel Pitoisetradv: remove unused parameter in radv_dump_annotated_sh...
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-19 Samuel Pitoisetradv: dump the SHA1 of SPIRV in the hang report
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-03-15 Samuel Pitoisetradv: dump LLVM IR when a hang is detected
2018-03-15 Samuel Pitoisetradv: print some information when RADV_TRACE_FILE is set
2018-03-15 Samuel Pitoisetradv: only display options that are enabled
2017-12-08 Samuel Pitoisetradv: do not print ASM to stderr when dumping shaders
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-04 Samuel Pitoisetradv: dump SPIRV when a GPU hang is detected
2017-10-04 Samuel Pitoisetradv: dump NIR when a GPU hang is detected
2017-09-25 Samuel Pitoisetradv: remove unused variable in radv_dump_annotated_sha...
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-15 Samuel Pitoisetradv: dump the device name into the hang report
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-14 Samuel Pitoisetradv: dump last 60 lines of dmesg when a hang occured
2017-09-14 Samuel Pitoisetradv: dump descriptors when a hang occured
2017-09-14 Samuel Pitoisetradv: save all descriptor pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: dump annotated shaders using UMR
2017-09-14 Samuel Pitoisetradv: dump some status MMIO registers when a hang occured
2017-09-14 Samuel Pitoisetradv: dump shader stats when a hang occured
2017-09-14 Samuel Pitoisetradv: dump the active shaders when a hang occured
2017-09-14 Samuel Pitoisetradv: save the bound pipeline pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: add a comment that describes the trace BO layout
2017-09-14 Samuel Pitoisetradv: initialize the trace BO to 0
2017-09-09 Bas Nieuwenhuizenradv: Actually check for vm faults.
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-01 Samuel Pitoisetradv: report VM faults if detected
2017-09-01 Samuel Pitoisetradv: add radv_check_gpu_hangs() helper function
2017-09-01 Samuel Pitoisetradv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c