Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread The Rasterman
On Sat, 1 Oct 2011 11:19:20 -0700 Jim Kukunas said: > On Sat, Oct 01, 2011 at 01:08:46PM +0900, Carsten Haitzler wrote: > > On Fri, 30 Sep 2011 13:31:57 -0700 Jim Kukunas > > said: > > > > some performance comparisons: > > > > http://www.enlightenment.org/~raster/evas/atom-450n-xlib-vs-gl.html

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread The Rasterman
On Sat, 1 Oct 2011 12:16:59 -0700 Jim Kukunas said: > So I linked Evas against BuGLe, as opposed to plain OpenGL. > > Initial results of Rect Blend (70) and Image Blend Occlude 3 Very Many (87), > run on an Atom N270 and Intel 945GME, can be found here: > > http://jkukunas.phpnet.us/evas_bugle_

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Gustavo Sverzut Barbieri
Only if we have a callback to query user when icon is needed (think elm genlist item class API). Could be an idea. On Saturday, October 1, 2011, Mike Blumenkrantz wrote: > On Sat, 1 Oct 2011 13:40:36 -0300 > Gustavo Sverzut Barbieri wrote: > >> You can get the icon and communicate with it later.

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread Jim Kukunas
On Sat, Oct 01, 2011 at 01:08:46PM +0900, Carsten Haitzler wrote: > On Fri, 30 Sep 2011 13:31:57 -0700 Jim Kukunas > said: > > some performance comparisons: > > http://www.enlightenment.org/~raster/evas/atom-450n-xlib-vs-gl.html > http://www.enlightenment.org/~raster/evas/celeron-xlib-vs-gl.html

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread Jim Kukunas
On Sat, Oct 01, 2011 at 01:08:46PM +0900, Carsten Haitzler wrote: > On Fri, 30 Sep 2011 13:31:57 -0700 Jim Kukunas > said: > > some performance comparisons: > > http://www.enlightenment.org/~raster/evas/atom-450n-xlib-vs-gl.html > http://www.enlightenment.org/~raster/evas/celeron-xlib-vs-gl.html

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread Jim Kukunas
On Sat, Oct 01, 2011 at 11:36:38AM +0900, Carsten Haitzler wrote: > On Fri, 30 Sep 2011 22:37:07 +0100 Rui Miguel Silva Seabra > said: > > > Em 30-09-2011 18:46, Jim Kukunas escreveu: > > > On Fri, Sep 30, 2011 at 12:39:20PM +0900, Carsten Haitzler wrote: > > >> On Thu, 29 Sep 2011 10:42:29 -070

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Mike Blumenkrantz
On Sat, 1 Oct 2011 13:40:36 -0300 Gustavo Sverzut Barbieri wrote: > You can get the icon and communicate with it later. Bt that still misses > memfile. > > But either we make a supidly big API or we create an Elm_Icon_Spec that > allows you to give memfile, edje, evas or string, let this be used

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Gustavo Sverzut Barbieri
You can get the icon and communicate with it later. Bt that still misses memfile. But either we make a supidly big API or we create an Elm_Icon_Spec that allows you to give memfile, edje, evas or string, let this be used to create the icon in the required canvas. Or create it and use proxy to imag

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Mike Blumenkrantz
On Sat, 1 Oct 2011 11:55:50 -0300 Gustavo Sverzut Barbieri wrote: > On Saturday, October 1, 2011, Mike Blumenkrantz wrote: > > On Sat, 1 Oct 2011 11:14:34 -0300 > > Gustavo Sverzut Barbieri wrote: > > > >> Problem: if we move toolbar to menu, if the menu is implemented as > another > >> window,

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Gustavo Sverzut Barbieri
On Saturday, October 1, 2011, Mike Blumenkrantz wrote: > On Sat, 1 Oct 2011 11:14:34 -0300 > Gustavo Sverzut Barbieri wrote: > >> Problem: if we move toolbar to menu, if the menu is implemented as another >> window, then another evas, it would fail. This menu thing is a expected >> behavior for b

Re: [E-devel] Evas/Elm resolution management

2011-10-01 Thread Gustavo Sverzut Barbieri
Hi kakaroto, I'm at an event and I assume I couldn't read it all, but ad I'm postponing the reply and nobody else did, here comes my main concern and idea: The mapping is not the best one. Instead of window to screen, it would be better to have something else that maps to screen and inside it a

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Mike Blumenkrantz
On Sat, 1 Oct 2011 11:14:34 -0300 Gustavo Sverzut Barbieri wrote: > Problem: if we move toolbar to menu, if the menu is implemented as another > window, then another evas, it would fail. This menu thing is a expected > behavior for both desktop and mobile, but mobiles usually will have it in > th

Re: [E-devel] E SVN: discomfitor trunk/elementary

2011-10-01 Thread Gustavo Sverzut Barbieri
Problem: if we move toolbar to menu, if the menu is implemented as another window, then another evas, it would fail. This menu thing is a expected behavior for both desktop and mobile, but mobiles usually will have it in the same window. On Friday, September 30, 2011, Enlightenment SVN wrote: > L

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread The Rasterman
On Sat, 01 Oct 2011 08:25:16 +0100 Rui Miguel Silva Seabra said: > Em 01-10-2011 03:36, Carsten Haitzler (The Rasterman) escreveu: > > On Fri, 30 Sep 2011 22:37:07 +0100 Rui Miguel Silva Seabra > > said: > > > >> Em 30-09-2011 18:46, Jim Kukunas escreveu: > >>> On Fri, Sep 30, 2011 at 12:39:20PM

Re: [E-devel] FOSDEM 2012

2011-10-01 Thread Philippe Caseiro
On 1 October 2011 01:12, Cedric BAIL wrote: > Hi, > > On Fri, Sep 30, 2011 at 5:01 PM, Leandro Pereira > wrote: >> Philippe, >> >> On 09/30/2011 11:25 AM, Philippe Caseiro wrote: >>> >>> But to be ready I need to know, who wants to come and who wants to >>> talk about what. >>> >> >> If I get an

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread Rui Miguel Silva Seabra
Em 01-10-2011 03:37, Carsten Haitzler (The Rasterman) escreveu: > On Fri, 30 Sep 2011 15:10:01 -0700 Jim Kukunas > said: >> On Fri, Sep 30, 2011 at 10:37:07PM +0100, Rui Miguel Silva Seabra wrote: >>> Em 30-09-2011 18:46, Jim Kukunas escreveu: On Fri, Sep 30, 2011 at 12:39:20PM +0900, Carste

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-01 Thread Rui Miguel Silva Seabra
Em 01-10-2011 03:36, Carsten Haitzler (The Rasterman) escreveu: > On Fri, 30 Sep 2011 22:37:07 +0100 Rui Miguel Silva Seabra > said: > >> Em 30-09-2011 18:46, Jim Kukunas escreveu: >>> On Fri, Sep 30, 2011 at 12:39:20PM +0900, Carsten Haitzler wrote: On Thu, 29 Sep 2011 10:42:29 -0700 Jim Ku