From 885adf33e69ed8e43a0edd02f192876b0727e170 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 15 Nov 2007 15:18:07 +0000 Subject: [PATCH] fix foobar of last commit in source rather than root dir --- ChangeLog | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3f38db..ae10cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,23 +1,19 @@ 2007-11-15 Matthew Allum - reviewed by: - * clutter/Makefile.am: - * clutter/cogl/gles/cogl.c: (cogl_color): * clutter/eglx/Makefile.am: * clutter/eglx/clutter-backend-egl.c: * clutter/eglx/clutter-backend-egl.h: * clutter/eglx/clutter-eglx.h: * clutter/eglx/clutter-event-egl.c: - * clutter/eglx/clutter-stage-egl.c: (clutter_stage_egl_realize): + * clutter/eglx/clutter-stage-egl.c: * clutter/eglx/clutter-stage-egl.h: * clutter/glx/Makefile.am: * clutter/glx/clutter-backend-glx.c: - (clutter_backend_glx_pre_parse): * clutter/glx/clutter-backend-glx.h: * clutter/glx/clutter-event-glx.c: * clutter/glx/clutter-glx.h: - * clutter/glx/clutter-stage-glx.c: (clutter_stage_glx_realize): + * clutter/glx/clutter-stage-glx.c: * clutter/glx/clutter-stage-glx.h: * clutter/x11/Makefile.am: * clutter/x11/clutter-backend-x11-private.h: @@ -27,7 +23,19 @@ * clutter/x11/clutter-stage-x11.c: * clutter/x11/clutter-stage-x11.h: * clutter/x11/clutter-x11.h: + Create a new X11 backend class of which EGL and GLX 'real' backends + then subclass. Effectively shares all X11 code between both backends + avoids code duplication and brings many missing features to EGL X + backend. Requires some cleanup and testing. (#518) + + * clutter/cogl/gles/cogl.c: (cogl_color): + Add define to use color4ub only if configure finds it. + If not fall back to old code. + * configure.ac: + Drop support for vincent checks. + Drop sdles backend. + Specifically check for color4ub call. 2007-11-15 Neil J. Patel -- 2.7.4