From: Bryan Cain Date: Tue, 2 Aug 2011 16:36:44 +0000 (-0500) Subject: glsl_to_tgsi: remove debugging printf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7e89115310628310bf458a33f2df2bf23384cf3;p=mesa.git glsl_to_tgsi: remove debugging printf --- diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp index ba4074eecd5..b5f4253ea64 100644 --- a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp +++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp @@ -840,7 +840,6 @@ glsl_to_tgsi_visitor::add_constant(gl_register_file file, int index = 0; immediate_storage *entry; assert(file == PROGRAM_IMMEDIATE); - fprintf(stderr, "adding immediate\n"); /* Search immediate storage to see if we already have an identical * immediate that we can use instead of adding a duplicate entry.