mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 10:40:36 +01:00
radv: Use stderr for shader printf
Reviewed-by: Natalie Vock <natalie.vock@gmx.de> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39640>
This commit is contained in:
parent
24a1e3d8c2
commit
ce4d338b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1795,7 +1795,7 @@ radv_queue_submit_normal(struct radv_queue *queue, struct vk_queue_submit *submi
|
|||
|
||||
queue->last_shader_upload_seq = MAX2(queue->last_shader_upload_seq, shader_upload_seq);
|
||||
|
||||
radv_dump_printf_data(device, stdout);
|
||||
radv_dump_printf_data(device, stderr);
|
||||
|
||||
fail:
|
||||
free(cs_array);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue