gallium: s/printf/debug_printf/
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Aug 2008 19:31:57 +0000 (13:31 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Aug 2008 19:32:43 +0000 (13:32 -0600)
src/gallium/drivers/softpipe/sp_tex_sample.c

index 5d7a8cc..508db5a 100644 (file)
@@ -623,8 +623,8 @@ get_texel(struct tgsi_sampler *sampler,
       {
          char fmt[100];
          pf_sprint_name( fmt, sampler->texture->format);
-         printf("Get texel %f %f %f %f from %s\n",
-                rgba[0][j], rgba[1][j], rgba[2][j], rgba[3][j], fmt);
+         debug_printf("Get texel %f %f %f %f from %s\n",
+                      rgba[0][j], rgba[1][j], rgba[2][j], rgba[3][j], fmt);
       }
    }
 }