Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Denis Gillier
Hi Matthews, We found the problem, it seems that the EGL back-end event management has not been update since the 0.4. You added in 0.5 or 0.6 an optimisation in clutter_main.c to limit the number of CLUTTER_MOTION events. This is based on the event-any.time value. In clutter_event_egl.c

Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Matthew Allum
Hi; On Wed, 2008-05-07 at 15:23 +0200, Denis Gillier wrote: We found the problem, it seems that the EGL back-end event management has not been update since the 0.4. You added in 0.5 or 0.6 an optimisation in clutter_main.c to limit the number of CLUTTER_MOTION events. This is based

Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Emmanuele Bassi
On Wed, 2008-05-07 at 14:58 +0100, Matthew Allum wrote: Hi; On Wed, 2008-05-07 at 15:23 +0200, Denis Gillier wrote: We found the problem, it seems that the EGL back-end event management has not been update since the 0.4. You added in 0.5 or 0.6 an optimisation in clutter_main.c

Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Emmanuele Bassi
On Wed, 2008-05-07 at 16:04 +0100, Emmanuele Bassi wrote: yes indeed. I have committed a fix right now in trunk for the SDL backend; it's generic enough so that it can be used by other backends, like the EGL native one. just for reference, this is the commit that fixes it:

Re: [clutter] Clutter Embedded problems

2008-05-06 Thread Denis Gillier
Hi Matthew, Effectively the trunk with the mentioned patch solve the bad Pango textures problem. Still have the MOTION_EVENT problem. Even on the stage. I also test your app : test-drag to verify and the tidy_finger_toggle apps ...With no success... Thanks. denis. On 5 mai 08, at

Re: [clutter] Clutter Embedded problems

2008-05-06 Thread Matthew Allum
On Tue, 2008-05-06 at 18:35 +0200, Denis Gillier wrote: Hi Matthew, Effectively the trunk with the mentioned patch solve the bad Pango textures problem. Cool. Still have the MOTION_EVENT problem. Even on the stage. I also test your app : test-drag to verify and the

Re: [clutter] Clutter Embedded problems

2008-05-06 Thread Rob Bradford
On Mon, 2008-05-05 at 15:35 +0200, Denis Gillier wrote: Hi, We are currently evaluating clutter for a i.MX31 based project. We use a I.MX31 LITEKIT from logicPD to test Clutter. Here is our configuration : POKY (3.1) distribution + clutter 0.62 with EGLNATIVE option + Pango 1.21

Re: [clutter] Clutter Embedded problems

2008-05-05 Thread Matthew Allum
Hi; On Mon, 2008-05-05 at 15:35 +0200, Denis Gillier wrote: We are currently evaluating clutter for a i.MX31 based project. We use a I.MX31 LITEKIT from logicPD to test Clutter. Here is our configuration : POKY (3.1) distribution + clutter 0.62 with EGLNATIVE option + Pango 1.21