[clutter] patch: Fix build when using make dist

2010-06-15 Thread Richard Hughes
Error with git master: + make -j2 V=1 ./cogl-material.c:41:32: error: cogl-color-private.h: No such file or directory ./cogl-material.c: In function '_cogl_material_get_colorubv': ./cogl-material.c:3251: warning: implicit declaration of function '_cogl_color_get_rgba_4ubv' Attached patch fixes

[clutter] patch: Allocate dynamic memory in ClutterValues rather than hardcoding very small numbers

2010-06-15 Thread Richard Hughes
I'm trying to add full screen color management to mutter using GLSL. To do this, I'm passing a few kb of data to the ClutterShader, and managing to segfault mutter in a spectacular way. Digging into the problem a little more, clutter seems to have a hardcoded size of 4 native values, and a 4x4 2d

Re: [clutter] Problem migrating from 1.0.10 to 1.2.8

2010-06-15 Thread Johan Bilien
Hi, On Mon, Jun 07, 2010, Kevin Cote wrote: I have an application that I have developed over the last 6 months on top of v1.0.10. I am now trying to migrate this app to v1.2.8. I have tried running the migrated app under Ubuntu 9.0.4 and also Moblin v2. I get the same issues in both