From 888b3eb05fd91c32c140c81a0cc561ee7cedcc5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Date: Wed, 12 Jun 2013 12:58:00 +0200 Subject: [PATCH] remove unwanted debug traces --- tizen/src/hw/gloffscreen_xcomposite.c | 2 +- tizen/src/hw/opengl_exec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen/src/hw/gloffscreen_xcomposite.c b/tizen/src/hw/gloffscreen_xcomposite.c index e54e7cfb34..14123e9724 100644 --- a/tizen/src/hw/gloffscreen_xcomposite.c +++ b/tizen/src/hw/gloffscreen_xcomposite.c @@ -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);*/ diff --git a/tizen/src/hw/opengl_exec.c b/tizen/src/hw/opengl_exec.c index bb8d1f5ece..69b3f97a64 100644 --- a/tizen/src/hw/opengl_exec.c +++ b/tizen/src/hw/opengl_exec.c @@ -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);*/ } } -- 2.34.1