mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
anv: amend missing shader dump finish upon device destruction
Fixes: 0a965c0bce ("anv: add a shader-dump debug option")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42095>
This commit is contained in:
parent
fbd9c67e2a
commit
936ceed0a6
1 changed files with 2 additions and 0 deletions
|
|
@ -1384,6 +1384,8 @@ void anv_DestroyDevice(
|
|||
|
||||
anv_device_finish_internal_kernels(device);
|
||||
|
||||
anv_device_finish_shader_dump(device);
|
||||
|
||||
anv_device_finish_descriptors_view(device);
|
||||
|
||||
if (anv_needs_printf_buffer())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue