Re: [E-devel] slow transition ad the edje app

2009-02-13 Thread The Rasterman
On Fri, 13 Feb 2009 11:46:38 +0200 Oguz Yarimtepe said: > Hi, > > > > this pretty much tells the problem. the ONLY test it seems to properly > > accelerate is the textblock intl test. unless something drastic went wrong > > here, but those numbers are very low for accelerated rendering on any >

Re: [E-devel] slow transition ad the edje app

2009-02-13 Thread Oguz Yarimtepe
Hi, > this pretty much tells the problem. the ONLY test it seems to properly > accelerate is the textblock intl test. unless something drastic went wrong > here, but those numbers are very low for accelerated rendering on any > device - > that smells like software. very bad software too. > > try

Re: [E-devel] slow transition ad the edje app

2009-02-12 Thread Gustavo Sverzut Barbieri
Please no. In ideal world it should not be required, I just leave it to comparison On 2/12/09, Vincent Torri wrote: > > > On Wed, 11 Feb 2009, Gustavo Sverzut Barbieri wrote: > >> On Wed, Feb 11, 2009 at 7:42 PM, The Rasterman Carsten Haitzler >> wrote: >>> On Wed, 11 Feb 2009 15:07:39 +0200 Ogu

Re: [E-devel] slow transition ad the edje app

2009-02-11 Thread Vincent Torri
On Wed, 11 Feb 2009, Gustavo Sverzut Barbieri wrote: > On Wed, Feb 11, 2009 at 7:42 PM, The Rasterman Carsten Haitzler > wrote: >> On Wed, 11 Feb 2009 15:07:39 +0200 Oguz Yarimtepe said: >> use: keyword ":" value for edc, "," will be deprecated. like "color: 255 255 255 255" >>>

Re: [E-devel] slow transition ad the edje app

2009-02-11 Thread Gustavo Sverzut Barbieri
On Wed, Feb 11, 2009 at 7:42 PM, The Rasterman Carsten Haitzler wrote: > On Wed, 11 Feb 2009 15:07:39 +0200 Oguz Yarimtepe said: > >> > use: keyword ":" value for edc, "," will be deprecated. like "color: >> > 255 255 255 255" >> > >> >> Ok i changed ","s with ":" >> >> >> >> >> > >> > Have you c

Re: [E-devel] slow transition ad the edje app

2009-02-11 Thread The Rasterman
On Wed, 11 Feb 2009 15:07:39 +0200 Oguz Yarimtepe said: > > use: keyword ":" value for edc, "," will be deprecated. like "color: > > 255 255 255 255" > > > > Ok i changed ","s with ":" > > > > > > > > Have you cross compiled the libs with -O2 or -Os? Going without > > compile flags is bad. >

Re: [E-devel] slow transition ad the edje app

2009-02-11 Thread Oguz Yarimtepe
I don't know but the below resuts may help maybe to identify the problem. I ran the df_dok Anti-aliased Text 3.045 secs ( 41.379 KChars/sec) Anti-aliased Text (blend) 3.201 secs (8.997 KChars/sec) Fill Rectangle

Re: [E-devel] slow transition ad the edje app

2009-02-11 Thread Oguz Yarimtepe
> use: keyword ":" value for edc, "," will be deprecated. like "color: > 255 255 255 255" > Ok i changed ","s with ":" > > Have you cross compiled the libs with -O2 or -Os? Going without > compile flags is bad. > Yes i have export CFLAGS="-g -O2"; > > mine is 332 bogomips, but arm xscale. >

Re: [E-devel] slow transition ad the edje app

2009-02-10 Thread Gustavo Sverzut Barbieri
2009/2/10 Oguz Yarimtepe : > Hi, > > I was testing a very simple transition effect on my box. The effect occured > in a very slow way. > > Here is the EDC file: http://rafb.net/p/1MF9Al16.html use: keyword ":" value for edc, "," will be deprecated. like "color: 255 255 255 255" > And the C file

[E-devel] slow transition ad the edje app

2009-02-10 Thread Oguz Yarimtepe
Hi, I was testing a very simple transition effect on my box. The effect occured in a very slow way. Here is the EDC file: http://rafb.net/p/1MF9Al16.html And the C file using it to make animation. When a key is pressed i should have seen the transition.: http://rafb.net/p/BdSNUD18.html I cross c