head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2010.10.16.14.05.18; author obache; state dead; branches; next 1.1; 1.1 date 2010.08.01.09.04.33; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update clutter to 1.2.14. Clutter 1.2.14 (24/09/2010) =============================================================================== * List of changes since Clutter 1.2.12 > Backport GLES detection logic, and remove an unwanted GL dependency when building EGLX backends against Mesa. > Fix build on Quartz. > Plug leaks in CoglProgram and CoglShader. > Fixes for CoglShader usage on GLES2. > Backport a fix in the request mode of ClutterBoxLayout. > Documentation fixes. Many thanks to: Neil Roberts Alexandros Frantzis Nate Stedman @ text @$NetBSD: patch-ac,v 1.1 2010/08/01 09:04:33 obache Exp $ --- clutter/cogl/cogl/cogl-texture.c.orig 2010-07-14 10:32:47.000000000 +0000 +++ clutter/cogl/cogl/cogl-texture.c @@@@ -49,6 +49,14 @@@@ #include "cogl-primitives.h" #include "cogl-framebuffer-private.h" +#if defined (HAVE_COGL_GL) + +#ifndef GL_PIXEL_UNPACK_BUFFER +#define GL_PIXEL_UNPACK_BUFFER GL_PIXEL_UNPACK_BUFFER_ARB +#endif + +#endif + #include #include #include @ 1.1 log @Fixes build on Darwin 8.11.0 without X. @ text @d1 1 a1 1 $NetBSD$ @