mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
radv: Add RT prolog information to hang reports
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37829>
This commit is contained in:
parent
c10b4b1e47
commit
c485d3a356
1 changed files with 1 additions and 0 deletions
|
|
@ -692,6 +692,7 @@ radv_dump_queue_state(struct radv_queue *queue, const char *dump_dir, const char
|
|||
}
|
||||
radv_dump_shader(device, pipeline, pipeline->shaders[MESA_SHADER_INTERSECTION], MESA_SHADER_INTERSECTION,
|
||||
dump_dir, f);
|
||||
radv_dump_shader(device, pipeline, rt_pipeline->prolog, MESA_SHADER_COMPUTE, dump_dir, f);
|
||||
} else {
|
||||
struct radv_compute_pipeline *compute_pipeline = radv_pipeline_to_compute(pipeline);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue