From 0070dd2fa967d561b552af405584be764241c669 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Jul 2022 09:24:26 -0400 Subject: [PATCH] mesa: remove incomplete texture warning ETOOSPAMMY Reviewed-by: Emma Anholt Reviewed-by: Yusuf Khan Part-of: --- src/mesa/main/texstate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 90e613f2cc1..87e81c901c8 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -704,7 +704,6 @@ update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, * Mesa implements this by creating a hidden texture object with a pixel of * that value. */ - _mesa_log("MESA: Using fallback texture for target %u\n", target_index); texObj = _mesa_get_fallback_texture(ctx, target_index); assert(texObj);