From a692421945e2c5c4f456fc36130044db08570b93 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 24 Jun 2008 10:39:12 +0000 Subject: [PATCH] 2008-06-24 Matthew Allum * clutter/eglnative/clutter-stage-egl.c: Add an extra debug note. * configure.ac: Generate version.xml for COGL API docs --- ChangeLog | 7 +++++++ clutter/eglnative/clutter-stage-egl.c | 4 +++- configure.ac | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16472412c..fbb1a0a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-24 Matthew Allum + + * clutter/eglnative/clutter-stage-egl.c: + Add an extra debug note. + * configure.ac: + Generate version.xml for COGL API docs + 2008-06-24 Chris Lord Bug 988 - cursor position wrong with multibyte invisible char diff --git a/clutter/eglnative/clutter-stage-egl.c b/clutter/eglnative/clutter-stage-egl.c index 033dafaf2..0e5235a8b 100644 --- a/clutter/eglnative/clutter-stage-egl.c +++ b/clutter/eglnative/clutter-stage-egl.c @@ -78,7 +78,7 @@ clutter_stage_egl_realize (ClutterActor *actor) EGL_BLUE_SIZE, 5, EGL_DEPTH_SIZE, 16, EGL_ALPHA_SIZE, EGL_DONT_CARE, - EGL_STENCIL_SIZE, 2, + EGL_STENCIL_SIZE, 2, #ifdef HAVE_COGL_GLES2 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, #else /* HAVE_COGL_GLES2 */ @@ -111,6 +111,8 @@ clutter_stage_egl_realize (ClutterActor *actor) return; } + CLUTTER_NOTE (BACKEND, "Got %i configs", config_count); + if (stage_egl->egl_surface != EGL_NO_SURFACE) { eglDestroySurface (backend_egl->edpy, stage_egl->egl_surface); diff --git a/configure.ac b/configure.ac index e849cde70..94fb5f0b3 100644 --- a/configure.ac +++ b/configure.ac @@ -656,6 +656,7 @@ AC_CONFIG_FILES([ doc/reference/clutter/Makefile doc/reference/clutter/version.xml doc/reference/cogl/Makefile + doc/reference/cogl/version.xml doc/manual/clutter-manual.xml doc/manual/Makefile po/Makefile.in