X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fpanfrost%2Fpan_blend_shaders.c;h=fadcdecb044842a8cd19d586a26a6b73b5cdb29b;hb=923720440098075ec1deb6171ff96bd92c4cc34d;hp=648e84b0350af0156a528da71f2110fb9c6ff8f5;hpb=b1213a394721cc9975d7d611e6ff95b96c0c376b;p=mesa.git diff --git a/src/gallium/drivers/panfrost/pan_blend_shaders.c b/src/gallium/drivers/panfrost/pan_blend_shaders.c index 648e84b0350..fadcdecb044 100644 --- a/src/gallium/drivers/panfrost/pan_blend_shaders.c +++ b/src/gallium/drivers/panfrost/pan_blend_shaders.c @@ -24,6 +24,7 @@ #include #include "pan_blend_shaders.h" +#include "pan_util.h" #include "midgard/midgard_compile.h" #include "compiler/nir/nir_builder.h" //#include "gallium/auxiliary/nir/nir_lower_blend.h" @@ -130,7 +131,8 @@ panfrost_make_blend_shader(struct panfrost_context *ctx, struct panfrost_blend_s /* Build a trivial blend shader */ nir_store_var(b, c_out, nir_blending_f(blend, b, s_src, s_dst, s_con), 0xFF); - nir_print_shader(shader, stdout); + if (pan_debug & PAN_DBG_SHADERS) + nir_print_shader(shader, stdout); /* Compile the built shader */