r300: disable blit debugging info

This commit is contained in:
Maciej Cencora
2009-12-12 00:50:26 +01:00
parent 6b8315494a
commit 784cca9fa5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ GLboolean r300_blit(struct r300_context *r300,
//return GL_FALSE;
if (1) {
if (0) {
fprintf(stderr, "src: width %d, height %d, pitch %d vs %d, format %s\n",
src_width, src_height, src_pitch,
_mesa_format_row_stride(src_mesaformat, src_width),
+1 -1
View File
@@ -74,7 +74,7 @@ do_copy_texsubimage(GLcontext *ctx,
return GL_FALSE;
}
if (1) {
if (0) {
fprintf(stderr, "%s: copying to face %d, level %d\n",
__FUNCTION__, _mesa_tex_target_to_face(target), level);
fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);