Re: [clutter] Help with clutter redraws.

2009-08-03 Thread Rajith Kalluraya
Thanks Emmanuele, Øyvind. That answers my question. cheers, 2009/7/31 Emmanuele Bassi eba...@linux.intel.com On Fri, 2009-07-31 at 17:57 +0100, Øyvind Kolås wrote: On Thu, Jul 30, 2009 at 2:01 PM, Rajith Kallurayansraj...@gmail.com wrote: which is CPU intensive.I observe that clutter

Re: [clutter] Help with clutter redraws.

2009-07-31 Thread Øyvind Kolås
On Thu, Jul 30, 2009 at 2:01 PM, Rajith Kallurayansraj...@gmail.com wrote: which is CPU intensive.I observe that clutter queues redraws and and processes them only when CPU is free,  and hence in my application, the draw happens after the CPU intensive job is done, thereby causing a delay in

Re: [clutter] Help with clutter redraws.

2009-07-31 Thread Emmanuele Bassi
On Fri, 2009-07-31 at 17:57 +0100, Øyvind Kolås wrote: On Thu, Jul 30, 2009 at 2:01 PM, Rajith Kallurayansraj...@gmail.com wrote: which is CPU intensive.I observe that clutter queues redraws and and processes them only when CPU is free, and hence in my application, the draw happens after

[clutter] Help with clutter redraws.

2009-07-30 Thread Rajith Kalluraya
Hi. I have a clutter application which renders actors on the stage through gtk-clutter-embed. In one of the cases in the application flow, I remove actors from stage and add new ones and immediately, I execute a part of code which is CPU intensive.I observe that clutter queues redraws and and