diff options
author | Sangjin Kim <sangjin3.kim@samsung.com> | 2013-04-12 13:54:13 +0900 |
---|---|---|
committer | Sangjin Kim <sangjin3.kim@samsung.com> | 2013-04-12 13:54:13 +0900 |
commit | 6368a846907f0a880e468c6ae5406b632207b487 (patch) | |
tree | 0c0853c6e401d1139109bb9ee549a7aa6900d38b | |
parent | f6d90b6c653816f4f4f25ea6bfdb20e8e56c1f9a (diff) | |
download | simulator-opengl-6368a846907f0a880e468c6ae5406b632207b487.tar.gz simulator-opengl-6368a846907f0a880e468c6ae5406b632207b487.tar.bz2 simulator-opengl-6368a846907f0a880e468c6ae5406b632207b487.zip |
Remove unnecessary debug messages.
Change-Id: I5be36ff4dbc032c6bb0500a313c0cefa33e1fdd9
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
-rw-r--r-- | es_2_0/EGLImage.c | 12 | ||||
-rw-r--r-- | packaging/simulator-opengl.spec | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/es_2_0/EGLImage.c b/es_2_0/EGLImage.c index 42d0d82..8d3c9f9 100644 --- a/es_2_0/EGLImage.c +++ b/es_2_0/EGLImage.c @@ -73,12 +73,12 @@ void GL_APIENTRY ES2ENTRY(EGLImageTargetTexture2DOES) (GLenum target, (*fpGetEGLImagePixmapInfo)(image, &dpy, &pixmap, &width, &height, &depth); } - fprintf (stderr, "EGLImage: glEGLImageTargetTexture2DOES () was called!\n"); - fprintf (stderr, "======== target = 0x%x\n", (unsigned int)target); - fprintf (stderr, "======== image = 0x%x\n", (unsigned int)image); - fprintf (stderr, "======== width = 0x%x\n", (unsigned int)width); - fprintf (stderr, "======== height = 0x%x\n", (unsigned int)height); - fprintf (stderr, "======== depth = 0x%x\n", (unsigned int)depth); +// fprintf (stderr, "EGLImage: glEGLImageTargetTexture2DOES () was called!\n"); +// fprintf (stderr, "======== target = 0x%x\n", (unsigned int)target); +// fprintf (stderr, "======== image = 0x%x\n", (unsigned int)image); +// fprintf (stderr, "======== width = 0x%x\n", (unsigned int)width); +// fprintf (stderr, "======== height = 0x%x\n", (unsigned int)height); +// fprintf (stderr, "======== depth = 0x%x\n", (unsigned int)depth); /* EGLImageTargetTexture2DOES support 2D rendering results in the * xpixmap as texture, so firstly TexImage2D then trap into host, where diff --git a/packaging/simulator-opengl.spec b/packaging/simulator-opengl.spec index da2bdda..3c29882 100644 --- a/packaging/simulator-opengl.spec +++ b/packaging/simulator-opengl.spec @@ -1,7 +1,7 @@ #sbs-git:sdk/simulator-opengl Name: simulator-opengl Summary: opengl-es acceleration module for emulator -Version: 0.2.11 +Version: 0.2.12 Release: 1 License: MIT URL: http://www.khronos.org |