r300: disable blit debugging info
authorMaciej Cencora <m.cencora@gmail.com>
Fri, 11 Dec 2009 23:50:26 +0000 (00:50 +0100)
committerMaciej Cencora <m.cencora@gmail.com>
Fri, 11 Dec 2009 23:52:52 +0000 (00:52 +0100)
src/mesa/drivers/dri/r300/r300_blit.c
src/mesa/drivers/dri/r300/r300_texcopy.c

index 4c3d3c80696f3483e92fdb2c8f0a7450e8397213..10e1b3c9124885d0b84e8f23a42decd9a9398e93 100644 (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),
index 1e10c7326cb14e1f6aa2f66b74606b3208bf9795..5e3a724d4e637698e794e7a78f09a8fbe36ab1d2 100644 (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);