mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
1708230415
commit
1edd9c3e53
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue