radv: dump LLVM IR when a hang is detected
[mesa.git] / src / amd / vulkan / radv_debug.c
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