[maemo-commits] [maemo-commits] r17835 - in projects/haf/trunk/clutter0.8: clutter/eglx debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 27 14:29:03 EET 2009
Author: gw
Date: 2009-03-27 14:29:01 +0200 (Fri, 27 Mar 2009)
New Revision: 17835

Modified:
   projects/haf/trunk/clutter0.8/clutter/eglx/clutter-stage-egl.c
   projects/haf/trunk/clutter0.8/debian/changelog
Log:
clutter/eglx/clutter-stage-egl.c: 24 bit support - NEEDS NEW KERNEL


Modified: projects/haf/trunk/clutter0.8/clutter/eglx/clutter-stage-egl.c
===================================================================
--- projects/haf/trunk/clutter0.8/clutter/eglx/clutter-stage-egl.c	2009-03-27 12:23:45 UTC (rev 17834)
+++ projects/haf/trunk/clutter0.8/clutter/eglx/clutter-stage-egl.c	2009-03-27 12:29:01 UTC (rev 17835)
@@ -96,7 +96,7 @@
       EGLConfig *all_configs;
 
       EGLint cfg_attribs[18] = {
-        EGL_BUFFER_SIZE,  16,
+        EGL_BUFFER_SIZE,  24,
         /*EGL_RED_SIZE,    8,
         EGL_GREEN_SIZE,    8,
         EGL_BLUE_SIZE,    8,*/

Modified: projects/haf/trunk/clutter0.8/debian/changelog
===================================================================
--- projects/haf/trunk/clutter0.8/debian/changelog	2009-03-27 12:23:45 UTC (rev 17834)
+++ projects/haf/trunk/clutter0.8/debian/changelog	2009-03-27 12:29:01 UTC (rev 17835)
@@ -3,6 +3,8 @@
   * clutter/cogl/common/pvr-texture.c: fix some texture encoding artefacts
   * clutter/eglx/clutter-eglx-texture-pixmap.c: Now only use alphs channel
     if depth is reported as 32 bit, because depth != pixel bpp.
+  * clutter/eglx/clutter-stage-egl.c: Changed depth to 24 bits. THIS REQUIRES
+    THE NEW KERNEL
 
  -- Gordon Williams <gordon.williams at collabora.co.uk>  Fri, 27 Mar 2009 09:44:29 +0200
 


More information about the maemo-commits mailing list