On Mon, 28 Jun 2010 11:08:55 +0200 Benjamin Zores said:
> On Mon, Jun 28, 2010 at 10:47 AM, Carsten Haitzler
> wrote:
> > On Mon, 28 Jun 2010 16:39:05 +0800 Brian Wang
> > said:
> >
> > only useful for multi-core. it runs 2 rendering threads - thus a waste for
> > single core anyway.
>
> Corre
On Mon, Jun 28, 2010 at 10:47 AM, Carsten Haitzler wrote:
> On Mon, 28 Jun 2010 16:39:05 +0800 Brian Wang
> said:
>
> only useful for multi-core. it runs 2 rendering threads - thus a waste for
> single core anyway.
Correct of course but any reason his screen is trashed when the option
is enable
On Mon, Jun 28, 2010 at 4:44 PM, Cedric BAIL wrote:
> On Mon, Jun 28, 2010 at 10:39 AM, Brian Wang
> wrote:
>> OR this is only useful on multi-core systems?
>
> Async rendering will only help when you have at least another
> available CPU. So yes, if you really want to see improvements, you
> ne
On Mon, Jun 28, 2010 at 4:47 PM, Carsten Haitzler wrote:
> On Mon, 28 Jun 2010 16:39:05 +0800 Brian Wang
> said:
>
> only useful for multi-core. it runs 2 rendering threads - thus a waste for
> single core anyway.
OK. Too bad for my little under-powered device...
>
>> OR this is only useful o
On Mon, 28 Jun 2010 16:39:05 +0800 Brian Wang said:
only useful for multi-core. it runs 2 rendering threads - thus a waste for
single core anyway.
> OR this is only useful on multi-core systems?
>
> On Mon, Jun 28, 2010 at 4:25 PM, Brian Wang wrote:
> > Hello all,
> >
> > I'm testing evas asyn
On Mon, Jun 28, 2010 at 10:39 AM, Brian Wang wrote:
> OR this is only useful on multi-core systems?
Async rendering will only help when you have at least another
available CPU. So yes, if you really want to see improvements, you
need multicore.
--
Cedric BAIL
---
OR this is only useful on multi-core systems?
On Mon, Jun 28, 2010 at 4:25 PM, Brian Wang wrote:
> Hello all,
>
> I'm testing evas async render support on my device by configure evas
> with --enable-async-render and run my EFL app with the environment
> variable EVAS_RENDER_MODE=non-blocking.
> T