Skip to content

etnaviv: drop nir_print_shader(..) call

It makes no sense to print the shader in the middle of some NIR passes. Instead someone could use NIR_PRINT=1 and call it a day. Also there is a nir_print_shader(..) before calling emit_shader(..).

Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com

Merge request reports