[maemo-commits] [maemo-commits] r17197 - in projects/haf/trunk/clutter: clutter debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 15 18:53:25 EET 2009
Author: gw
Date: 2009-01-15 18:53:23 +0200 (Thu, 15 Jan 2009)
New Revision: 17197

Modified:
   projects/haf/trunk/clutter/clutter/clutter-stage.c
   projects/haf/trunk/clutter/debian/changelog
Log:
quick fix to get update area working on scratchbox


Modified: projects/haf/trunk/clutter/clutter/clutter-stage.c
===================================================================
--- projects/haf/trunk/clutter/clutter/clutter-stage.c	2009-01-15 12:13:45 UTC (rev 17196)
+++ projects/haf/trunk/clutter/clutter/clutter-stage.c	2009-01-15 16:53:23 UTC (rev 17197)
@@ -76,7 +76,10 @@
  * what we render while updating the whole screen, but glViewport actually
  * renders only the area given, so should be a lot faster on SGX if the
  * drivers pay attention to it. */
+
+#if CLUTTER_COGL_HAS_GLES
 #define VIEWPORT_DAMAGE 1
+#endif
 
 /* If we're using double-buffering we want to update the area for this frame
  * AND the area for the last frame. */

Modified: projects/haf/trunk/clutter/debian/changelog
===================================================================
--- projects/haf/trunk/clutter/debian/changelog	2009-01-15 12:13:45 UTC (rev 17196)
+++ projects/haf/trunk/clutter/debian/changelog	2009-01-15 16:53:23 UTC (rev 17197)
@@ -11,6 +11,7 @@
   * Modified eglx_texture_pixmap to try creating a texture with alpha before
     it creates one without - this solves the transparent window issue on Rover
   * removed warning from GL/cogl.c
+  * quick fix to get update area working on scratchbox
 
  -- Gordon Williams <gordon.williams at collabora.co.uk>  Mon, 14 Jan 2009 19:21:48 +0000
 


More information about the maemo-commits mailing list