summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.c
Commit message (Expand)AuthorAgeFilesLines
* radv: save the bound pipeline pointers into the trace BOSamuel Pitoiset2017-09-141-0/+2
* radv: add a comment that describes the trace BO layoutSamuel Pitoiset2017-09-141-0/+6
* radv: initialize the trace BO to 0Samuel Pitoiset2017-09-141-1/+6
* radv: Actually check for vm faults.Bas Nieuwenhuizen2017-09-091-3/+7
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-081-0/+1
* radv: report VM faults if detectedSamuel Pitoiset2017-09-011-0/+13
* radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset2017-09-011-1/+25
* radv: disassemble SPIR-V binaries with RADV_DEBUG=spirvSamuel Pitoiset2017-09-011-0/+31
* radv: move RADV_TRACE_FILE functions to radv_debug.cSamuel Pitoiset2017-09-011-0/+64