remove unwanted debug traces
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Wed, 12 Jun 2013 10:58:00 +0000 (12:58 +0200)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 09:04:02 +0000 (18:04 +0900)
tizen/src/hw/gloffscreen_xcomposite.c
tizen/src/hw/opengl_exec.c

index e54e7cfb340d484a9bc4ea62be3f43b1d07754c5..14123e9724036ed970a6c91665e5d4497b5af92b 100644 (file)
@@ -510,7 +510,7 @@ void glo_surface_as_texture(GloContext *ctxt, GloSurface *surface, int surface_t
     glo_surface_updatecontents(surface);
     /*XXX: changet the fixed target: GL_TEXTURE_2D*/
        glo_flags_get_readpixel_type(surface->context->formatFlags, &glFormat, &glType);
-    fprintf(stderr, "surface_as_texture:teximage:width=%d,height=%d, glFormat=0x%x, glType=0x%x.\n", surface->width, surface->height, glFormat, glType);
+/*    fprintf(stderr, "surface_as_texture:teximage:width=%d,height=%d, glFormat=0x%x, glType=0x%x.\n", surface->width, surface->height, glFormat, glType);*/
     /* glTexImage2D use different RGB order than the contexts in the pixmap surface */
 /*    glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, surface->width, surface->height, 0, GL_RGBA, GL_UNSIGNED_BYTE, surface->image->data);*/
 
index bb8d1f5ece0896bff402c849951fd29b8e28a75c..69b3f97a64a66831128137130ca114804f281fb7 100644 (file)
@@ -2222,7 +2222,7 @@ int do_function_call(ProcessState *process, int func_number, unsigned long *args
                     if ( qsurface )
                     {
                         glo_surface_as_texture(process->current_state->context, qsurface->surface, qsurface->type);
-                        fprintf(stderr, "edwin:bindtexture: drawable=0x%x,qsurface=%p.\n", drawable, qsurface);
+                        /*fprintf(stderr, "edwin:bindtexture: drawable=0x%x,qsurface=%p.\n", drawable, qsurface);*/
                     }
                 }