mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
nvk: Drop printing of NAK shaders
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
parent
9daa595ee3
commit
a41ab7535e
1 changed files with 0 additions and 4 deletions
|
|
@ -1236,10 +1236,6 @@ nvk_compile_nir_with_nak(struct nvk_physical_device *pdev,
|
|||
shader->code_ptr = (void *)bin->code;
|
||||
shader->code_size = bin->code_size;
|
||||
|
||||
#ifndef NDEBUG
|
||||
nvk_shader_dump(shader);
|
||||
#endif
|
||||
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue