Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radv: save the bound pipeline pointers into the trace BO | Samuel Pitoiset | 2017-09-14 | 1 | -0/+2 |
* | radv: add a comment that describes the trace BO layout | Samuel Pitoiset | 2017-09-14 | 1 | -0/+6 |
* | radv: initialize the trace BO to 0 | Samuel Pitoiset | 2017-09-14 | 1 | -1/+6 |
* | radv: Actually check for vm faults. | Bas Nieuwenhuizen | 2017-09-09 | 1 | -3/+7 |
* | radv: move shaders related code to radv_shader.c | Samuel Pitoiset | 2017-09-08 | 1 | -0/+1 |
* | radv: report VM faults if detected | Samuel Pitoiset | 2017-09-01 | 1 | -0/+13 |
* | radv: add radv_check_gpu_hangs() helper function | Samuel Pitoiset | 2017-09-01 | 1 | -1/+25 |
* | radv: disassemble SPIR-V binaries with RADV_DEBUG=spirv | Samuel Pitoiset | 2017-09-01 | 1 | -0/+31 |
* | radv: move RADV_TRACE_FILE functions to radv_debug.c | Samuel Pitoiset | 2017-09-01 | 1 | -0/+64 |