[maemo-commits] [maemo-commits] r17040 - projects/haf/trunk/clutter/clutter/eglx
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 29 12:30:38 EET 2008
- Previous message: [maemo-commits] r17039 - projects/haf/trunk/clutter/clutter/eglx
- Next message: [maemo-commits] r17041 - projects/haf/trunk/clutter/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2008-12-29 12:30:38 +0200 (Mon, 29 Dec 2008) New Revision: 17040 Modified: projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c Log: print debug when the extension is found Modified: projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c =================================================================== --- projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c 2008-12-29 10:28:30 UTC (rev 17039) +++ projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c 2008-12-29 10:30:38 UTC (rev 17040) @@ -185,7 +185,8 @@ if (cogl_check_extension ("EGL_NOKIA_texture_from_pixmap", eglx_extensions)) { - _have_tex_from_pixmap_ext = TRUE; + g_debug("%s: found EGL_NOKIA_texture_from_pixmap", __FUNCTION__); + _have_tex_from_pixmap_ext = TRUE; } _ext_check_done = TRUE;
- Previous message: [maemo-commits] r17039 - projects/haf/trunk/clutter/clutter/eglx
- Next message: [maemo-commits] r17041 - projects/haf/trunk/clutter/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]