gallium: s/printf/debug_printf/

This commit is contained in:
Brian Paul
2008-08-07 13:31:57 -06:00
parent b1ff7dac53
commit ae2195caf5
+2 -2
View 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);
}
}
}