Re: [E-devel] E SVN: tiago IN trunk/e: data/themes data/themes/images src/modules/illume-mode-toggle

2010-06-28 Thread Nicolas Aguirre
On Mon, Jun 28, 2010 at 4:22 PM, Christopher Michael wrote: > On 6/28/2010 9:05 AM, Enlightenment SVN wrote: >> Log: >>    Make illume-mode-toggle from e_button to edje >> Author:       tiago >> Date:         2010-06-28 06:05:17 -0700 (Mon, 28 Jun 2010) >> New Revision: 49921 > > Why ?? > > dh >

Re: [E-devel] E SVN: tiago IN trunk/e: data/themes data/themes/images src/modules/illume-mode-toggle

2010-06-28 Thread Christopher Michael
On 6/28/2010 9:05 AM, Enlightenment SVN wrote: > Log: >Make illume-mode-toggle from e_button to edje > Author: tiago > Date: 2010-06-28 06:05:17 -0700 (Mon, 28 Jun 2010) > New Revision: 49921 Why ?? dh --

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread The Rasterman
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

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-28 Thread Vincent Torri
On Mon, 28 Jun 2010, Neil Jones wrote: > -- Forwarded message -- > From: Neil Jones > Date: Mon, Jun 28, 2010 at 11:15 AM > Subject: Re: [E-devel] Cross Compilation Issues with edje and efreet > To: Cedric BAIL > > > On Fri, Jun 25, 2010 at 6:12 PM, Cedric BAIL wrote: >> On Fr

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-28 Thread Neil Jones
-- Forwarded message -- From: Neil Jones Date: Mon, Jun 28, 2010 at 11:15 AM Subject: Re: [E-devel] Cross Compilation Issues with edje and efreet To: Cedric BAIL On Fri, Jun 25, 2010 at 6:12 PM, Cedric BAIL wrote: > On Fri, Jun 25, 2010 at 6:56 PM, Neil Jones wrote: >> On Fri,

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread Benjamin Zores
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

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread Brian Wang
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

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread Brian Wang
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

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread The Rasterman
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

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread Cedric BAIL
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 ---

Re: [E-devel] evas async render problem on ARM

2010-06-28 Thread Brian Wang
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

[E-devel] evas async render problem on ARM

2010-06-28 Thread Brian Wang
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. The display is mostly blank with very few visual elements shown. If my observation is correct, no images are s

Re: [E-devel] Neon fixes

2010-06-28 Thread Vincent Torri
On Mon, 28 Jun 2010, Benjamin Zores wrote: > On Mon, Jun 28, 2010 at 8:56 AM, Vincent Torri wrote: >> >> >> On Mon, 28 Jun 2010, Benjamin Zores wrote: >> >>> On Mon, Jun 28, 2010 at 7:38 AM, Brett Nash wrote: Hello, For anyone using neon, I've fixed one error in the renderi

Re: [E-devel] Neon fixes

2010-06-28 Thread Benjamin Zores
On Mon, Jun 28, 2010 at 8:56 AM, Vincent Torri wrote: > > > On Mon, 28 Jun 2010, Benjamin Zores wrote: > >> On Mon, Jun 28, 2010 at 7:38 AM, Brett Nash wrote: >>> >>> Hello, >>> >>> For anyone using neon, I've fixed one error in the rendering that was >>> affecting at least one user (Thanks Danie