panfrost: don't use nir_lower_printf_buffer

it's kind of silly now.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Marek Olšák <maraeo@gmail.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: John Anthony <john.anthony@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36516>
This commit is contained in:
Alyssa Rosenzweig 2025-08-01 08:16:22 -04:00 committed by Marge Bot
parent 1708230415
commit 1edd9c3e53

View file

@ -61,7 +61,8 @@ pan_shader_compile(nir_shader *s, struct pan_compile_inputs *inputs,
memset(info, 0, sizeof(*info));
NIR_PASS(_, s, nir_lower_printf_buffer, 0, LIBPAN_PRINTF_BUFFER_SIZE - 8);
NIR_PASS(_, s, nir_inline_sysval, nir_intrinsic_load_printf_buffer_size,
LIBPAN_PRINTF_BUFFER_SIZE - 8);
if (arch >= 6)
bifrost_compile_shader_nir(s, inputs, binary, info);