Re: [E-devel] E SVN: thanatermesis IN trunk/e/config: default standard

2013-01-17 Thread Michael Blumenkrantz
On Wed, 16 Jan 2013 16:57:53 -0800 "Enlightenment SVN" wrote: > Log: > added missing conf for screen_limits (new lost windows) > > Author: thanatermesis > Date: 2013-01-16 16:57:53 -0800 (Wed, 16 Jan 2013) > New Revision: 82913 > Trac: http://trac.enlightenment.org/e/change

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread Daniel Willmann
Hello, flamewar++; On 01/17/2013 03:19 AM, David Seikel wrote: > > The debate will rage on once more. The people that thought they where > licensing their code under BSD will mewl ineffectively about their > rights being taken away. The GPL people will smugly and effectively say the trouble I

Re: [E-devel] E SVN: lucas IN trunk/efl: . src

2013-01-17 Thread Tom Hacohen
On 17/01/13 06:43, Cedric BAIL wrote: > On Wed, Jan 16, 2013 at 5:51 AM, Enlightenment SVN > wrote: >> Log: >> efl: use autotools testsuite for running tests >> >>Instead of just making our own "check-local" and calling the binaries >>ourselves, just append them into "TESTS" variable. Then

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Enlightenment SVN wrote: > Log: > efl: stupid micro optimization. > > This single test accounted for 1% of my terminology benchmark. > I am considering moving evas_string_char_next_get and > eina_unicode_utf8_get_next to become inline as their function > entr

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Enlightenment SVN wrote: > Log: > devs/seoz build.sh: Do not build b0rken exquisite due to ecore-fb. It's not broken, just enable it: --enable-fb --disable-tslib Of course you don't need tslib if your running on a desktop. > > Author: seoz > Date:

Re: [E-devel] E SVN: ulisses IN trunk/efl/src/lib/evas: canvas common

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 10:57 AM, Cedric BAIL > > > wrote: > > On Thu, Jan 17, 2013 at 7:32 AM, Enlightenment SVN > > > wrote: > >> Log: > >> evas/async_render: fix scalecache integration > >> > >> Note: scalecache is really crazy stuff, we sh

Re: [E-devel] E SVN: illogict IN trunk/e: . src/modules/battery src/modules/mixer

2013-01-17 Thread Gustavo Sverzut Barbieri
Well, in trunk we always have notification. You can remove those ifdef. I'm not sure, but I guess we even have a way to output those to notify-OSD or shortcut (no DBus) to the notification module. On Thursday, January 17, 2013, Enlightenment SVN wrote: > Log: > e mixer and battery modules: reuse

Re: [E-devel] E SVN: barbieri trunk/efl/m4

2013-01-17 Thread Gustavo Sverzut Barbieri
On Wednesday, January 16, 2013, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 6:26 AM, Enlightenment SVN > > wrote: > > Log: > > fix internal library linkage to pull in dependencies. > > > > some libraries will need to pull more than its own .so, for example > > Eina.h includes eina_lock.h that

Re: [E-devel] E SVN: barbieri trunk/efl/m4

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 8:04 PM, Gustavo Sverzut Barbieri wrote: > On Wednesday, January 16, 2013, Cedric BAIL wrote: > >> On Thu, Jan 17, 2013 at 6:26 AM, Enlightenment SVN >> > wrote: >> > Log: >> > fix internal library linkage to pull in dependencies. >> > >> > some libraries will need to pul

[E-devel] async render + scalecache.. new segv fun

2013-01-17 Thread The Rasterman
so now.. i get these random "hard to reproduce" crashes with async render. i'm certain its scalecache related. here is what i see now. 1. clipouts and all scalecache decisions are made in the "main loop" before async thread. this means the scalecache logic that was built for running inline will ge

Re: [E-devel] E SVN: barbieri trunk/efl/m4

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 8:04 PM, Gustavo Sverzut Barbieri > > wrote: > > On Wednesday, January 16, 2013, Cedric BAIL wrote: > > > >> On Thu, Jan 17, 2013 at 6:26 AM, Enlightenment SVN > >> > wrote: > >> > Log: > >> > fix internal library linkage

[E-devel] git.e.fr divergence

2013-01-17 Thread Bertrand Jacquin
Hi, We've got an issue with SVN import to git from svn.e.org so I had to rewind tree. Thoses of you who use it will have to update locale references to avoid merge by using: $ git fetch origin $ git reset --hard origin/maste This only concern main repo (svn.git). Sorry for convinience. B

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, January 17, 2013, Enlightenment SVN wrote: >> Log: >> efl: stupid micro optimization. >> >> This single test accounted for 1% of my terminology benchmark. >> I am considering moving evas_string_char_next_get and >>

Re: [E-devel] git.e.fr divergence

2013-01-17 Thread Igor Murzov
On Thu, 17 Jan 2013 12:25:48 +0100 Bertrand Jacquin wrote: > Hi, > > We've got an issue with SVN import to git from svn.e.org so I had to > rewind tree. Thanks for fixing that. > Thoses of you who use it will have to update locale references to avoid > merge by using: > $ git fetch origin

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri > > wrote: > > On Thursday, January 17, 2013, Enlightenment SVN wrote: > >> Log: > >> efl: stupid micro optimization. > >> > >> This single test accounted for 1% of my terminology benchm

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, January 17, 2013, Cedric BAIL wrote: >> On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri >> > wrote: >> > On Thursday, January 17, 2013, Enlightenment SVN wrote: >> >> Log: >> >> efl: stupid micro optimization

Re: [E-devel] async render + scalecache.. new segv fun

2013-01-17 Thread Ulisses Furquim
Hi Raster, We'll debug this. And yes, it should be scalecache and its pruning. -- Ulisses On Thu, Jan 17, 2013 at 9:09 AM, Carsten Haitzler wrote: > so now.. i get these random "hard to reproduce" crashes with async render. i'm > certain its scalecache related. > > here is what i see now. 1. cl

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri > > wrote: > > On Thursday, January 17, 2013, Cedric BAIL wrote: > >> On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri > >> > wrote: > >> > On Thursday, January 17, 2013, Enlight

Re: [E-devel] need advice for refactorying elc_multibuttonentry

2013-01-17 Thread Gustavo Lima Chaves
* Sohyun Kim [2013-01-17 14:48:08 +0900]: Hi, Sohyun. I think you might have broken theme API. If you kept the C API, though, I happy to ignore the other borkage, because this widget's code really sucks big time, as of now. You have my blessing to replace it. > Hello, this is Sohyun Kim. > I ne

Re: [E-devel] E SVN: morlenxus trunk/E-MODULES-EXTRA/execwatch/src

2013-01-17 Thread Michael Blumenkrantz
On Thu, 17 Jan 2013 05:49:15 -0800 "Enlightenment SVN" wrote: > Log: > unset pointer, thanks obiwahn > > Author: morlenxus > Date: 2013-01-17 05:49:14 -0800 (Thu, 17 Jan 2013) > New Revision: 82935 > Trac: http://trac.enlightenment.org/e/changeset/82935 > > Modified: > t

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, January 17, 2013, Cedric BAIL wrote: >> On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri >> > wrote: >> > On Thursday, January 17, 2013, Cedric BAIL wrote: >> >> On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverz

Re: [E-devel] E SVN: acidx IN trunk/efl/src: lib/evas/canvas modules/ecore_evas/engines/x

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 11:31 PM, Enlightenment SVN wrote: > Log: > evas_render: Measure time spent while rendering in sync and async modes You should use an eina_counter it would be more precise and later we could bench it on other OS to. > Author: acidx > Date: 2013-01-17 06:31:

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-17 Thread Daniel Juyung Seo
On Thu, Jan 17, 2013 at 7:32 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, January 17, 2013, Enlightenment SVN wrote: > >> Log: >> devs/seoz build.sh: Do not build b0rken exquisite due to ecore-fb. > > > It's not broken, just enable it: > Hello Barbieri > --enable-fb --disable-tslib Oh I m

[E-devel] Evas Sync vs Async: numbers!

2013-01-17 Thread Leandro Pereira
Hey, Here are some numbers that show that the async renderer is actually saving us time. These numbers can be obtained by yourself, by building Evas with EVAS_RENDER_DEBUG_TIMING defined and setting/unsetting the ECORE_EVAS_FORCE_SYNC_RENDER environment variable. This number is the measure, in

Re: [E-devel] need advice for refactorying elc_multibuttonentry

2013-01-17 Thread Daniel Juyung Seo
+1 here :) Multimuttonentry should have been reviewed correctly since the beginning. Thanks for the refactoring but you should NOT: 1) break C API. (you confirmed) 2) break signals. (you confirmed) 3) break theme API. Existing theme should work. 4) break any apps which were using multibuttonentry

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 12:15 PM, Cedric BAIL wrote: > On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri > wrote: >> On Thursday, January 17, 2013, Cedric BAIL wrote: >>> On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri >>> > wrote: >>> > On Thursday, January 17, 2013, Cedric BA

Re: [E-devel] Evas Sync vs Async: numbers!

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 1:11 PM, Leandro Pereira wrote: > Hey, > > Here are some numbers that show that the async renderer is actually > saving us time. These numbers can be obtained by yourself, by building > Evas with EVAS_RENDER_DEBUG_TIMING defined and setting/unsetting the > ECORE_EVAS_FORCE_

Re: [E-devel] E SVN: lucas IN trunk/efl: . src

2013-01-17 Thread Gustavo Sverzut Barbieri
Replying both in one email: On Thu, Jan 17, 2013 at 7:50 AM, Tom Hacohen wrote: > On 17/01/13 06:43, Cedric BAIL wrote: >> On Wed, Jan 16, 2013 at 5:51 AM, Enlightenment SVN >> wrote: >>> Log: >>> efl: use autotools testsuite for running tests >>> >>>Instead of just making our own "check-loc

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 1:03 AM, Carsten Haitzler wrote: > On Wed, 16 Jan 2013 22:50:08 -0200 Gustavo Sverzut Barbieri > said: > >> On Wednesday, January 16, 2013, David Seikel wrote: >> >> > On Wed, 16 Jan 2013 13:48:14 -0800 "Enlightenment SVN" >> > > wrote: >> > >> > > Log: >> > > add missing

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 1:19 AM, David Seikel wrote: [...] >> >> > > > +NOTE: If linked together, the result will be LGPL (or GPL is >> >> > > > Escape is +used) due that license characteristics. >> >> > > >> >> > > Hmmm, guess that means the BSD licences are useless, since >> >> > > it's all gonn

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 1:36 AM, David Seikel wrote: >> Well, the resulting license is different. Indeed it will be LGPL. But >> say you take Evas and remove eina dep, you could use that as BSD. >> >> I'd personally prefer to have everything as LGPL, but to change each >> piece/file requires copyr

[E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
Hi all, Ecore_X have been around for some time already. It's a library that allows us to write code not covered by Ecore_Evas API, but that it's specific to X. However, since it's all inside EFL, wouldn't it be possible to have a layer on top of Ecore_X, that exposes thoses APIs, but that allows

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Michael Blumenkrantz
On Thu, 17 Jan 2013 14:39:17 -0200 Rafael Antognolli wrote: > Hi all, > > Ecore_X have been around for some time already. It's a library that > allows us to write code not covered by Ecore_Evas API, but that it's > specific to X. > > However, since it's all inside EFL, wouldn't it be possible t

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread David Seikel
On Thu, 17 Jan 2013 14:12:29 -0200 Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 1:36 AM, David Seikel > wrote: > >> Well, the resulting license is different. Indeed it will be LGPL. > >> But say you take Evas and remove eina dep, you could use that as > >> BSD. > There is nothing

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 2:43 PM, Michael Blumenkrantz wrote: > On Thu, 17 Jan 2013 14:39:17 -0200 > Rafael Antognolli wrote: > >> Hi all, >> >> Ecore_X have been around for some time already. It's a library that >> allows us to write code not covered by Ecore_Evas API, but that it's >> specific t

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
On Thu, Jan 17, 2013 at 2:49 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 2:43 PM, Michael Blumenkrantz > wrote: >> On Thu, 17 Jan 2013 14:39:17 -0200 >> Rafael Antognolli wrote: >> >>> Hi all, >>> >>> Ecore_X have been around for some time already. It's a library that >>> allow

Re: [E-devel] [e-users] heavy cpu usage with edje_example.c

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 2:03 PM, Arvind R wrote: > Hi, > > Just started with edje_example.[c,edc] as starting point of a > video-asset-managemnt system I need. After the first time the mouse > goes over the text, and the text changes colour, I just parked the > mouse in the window (not over the te

Re: [E-devel] [e-users] heavy cpu usage with edje_example.c

2013-01-17 Thread Bruno Dilly
On Thu, Jan 17, 2013 at 3:10 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 2:03 PM, Arvind R wrote: >> Hi, >> >> Just started with edje_example.[c,edc] as starting point of a >> video-asset-managemnt system I need. After the first time the mouse >> goes over the text, and the text

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Christopher Michael
While still allowing usage Outside of Elementary (one would hope) dh Rafael Antognolli wrote: >On Thu, Jan 17, 2013 at 2:49 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Jan 17, 2013 at 2:43 PM, Michael Blumenkrantz >> wrote: >>> On Thu, 17 Jan 2013 14:39:17 -0200 >>> Rafael Antognolli wro

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
Yes, if it's exposed through ecore_evas, then it will allow usage outside of elementary. On Thu, Jan 17, 2013 at 3:17 PM, Christopher Michael wrote: > While still allowing usage Outside of Elementary (one would hope) > > dh > > Rafael Antognolli wrote: >> >> On Thu, Jan 17, 2013 at 2:49 PM, Gust

Re: [E-devel] edje external elm/entry's editable parameter

2013-01-17 Thread Bruno Dilly
On Tue, Jan 15, 2013 at 1:09 AM, Leif Middelschulte wrote: > Hello everyone, > > I'm trying to use an elm_entry for a UI via edje externals. > Unfortunatelly, the entries don't respect the 'editable' parameter. > I've attached an edc example, hoping that I've just been doing something > wrong. >

Re: [E-devel] edje external elm/entry's editable parameter

2013-01-17 Thread Bruno Dilly
On Thu, Jan 17, 2013 at 7:41 PM, Bruno Dilly wrote: > On Tue, Jan 15, 2013 at 1:09 AM, Leif Middelschulte > wrote: >> Hello everyone, >> >> I'm trying to use an elm_entry for a UI via edje externals. >> Unfortunatelly, the entries don't respect the 'editable' parameter. >> I've attached an edc ex

Re: [E-devel] async render + scalecache.. new segv fun

2013-01-17 Thread Ulisses Furquim
Hi Raster, On Thu, Jan 17, 2013 at 11:13 AM, Ulisses Furquim wrote: > Hi Raster, > > We'll debug this. And yes, it should be scalecache and its pruning. Just sent a patch to fix these segmentation faults. It did fix for us and we cannot reproduce anymore here. Please let us know in case you hit

Re: [E-devel] Error building efl/

2013-01-17 Thread Alex-P. Natsios
On Wed, Jan 16, 2013 at 1:15 PM, Carsten Haitzler wrote: > all we can do is ensure at least its least broken for those that work on the > src itself and ... :/ thing is an automated way did not work even for those who actively work/ed on the code. it wasn't just platform but also autotools depen

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread The Rasterman
On Fri, 18 Jan 2013 02:48:23 +1000 David Seikel said: > On Thu, 17 Jan 2013 14:12:29 -0200 Gustavo Sverzut Barbieri > wrote: > > > On Thu, Jan 17, 2013 at 1:36 AM, David Seikel > > wrote: > > >> Well, the resulting license is different. Indeed it will be LGPL. > > >> But say you take Evas and

Re: [E-devel] edje external elm/entry's editable parameter

2013-01-17 Thread The Rasterman
On Thu, 17 Jan 2013 20:03:18 -0200 Bruno Dilly said: > On Thu, Jan 17, 2013 at 7:41 PM, Bruno Dilly wrote: > > On Tue, Jan 15, 2013 at 1:09 AM, Leif Middelschulte > > wrote: > >> Hello everyone, > >> > >> I'm trying to use an elm_entry for a UI via edje externals. > >> Unfortunatelly, the entri

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-17 Thread The Rasterman
On Thu, 17 Jan 2013 13:51:16 -0200 Gustavo Sverzut Barbieri said: > On Thu, Jan 17, 2013 at 1:03 AM, Carsten Haitzler > wrote: > > On Wed, 16 Jan 2013 22:50:08 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Wednesday, January 16, 2013, David Seikel wrote: > >> > >> > On Wed, 16 Jan 2013 1

Re: [E-devel] Error building efl/

2013-01-17 Thread The Rasterman
On Fri, 18 Jan 2013 00:50:28 +0200 "Alex-P. Natsios" said: > On Wed, Jan 16, 2013 at 1:15 PM, Carsten Haitzler > wrote: > > > all we can do is ensure at least its least broken for those that work on the > > src itself and ... :/ > > thing is an automated way did not work even for those who act

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Daniel Juyung Seo
Yes this is a good idea. We need a wrapper layer for x and wayland. Even ecore_evas will offer the APIs, we should consider usecases in elementary applications. Daniel Juyung Seo (SeoZ) On Fri, Jan 18, 2013 at 4:14 AM, Rafael Antognolli wrote: > Yes, if it's exposed through ecore_evas, then it w

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 12:34 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 12:15 PM, Cedric BAIL wrote: >> On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sve

Re: [E-devel] Evas Sync vs Async: numbers!

2013-01-17 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 12:45 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 1:11 PM, Leandro Pereira > wrote: >> Hey, >> >> Here are some numbers that show that the async renderer is actually >> saving us time. These numbers can be obtained by yourself, by building >> Evas with E

Re: [E-devel] issues with a recent e17

2013-01-17 Thread Viktor Kojouharov
I can confirm the suspend problem and the new window desktop focus. The systray module produces different results for me. Some icons are whatever the program has put there. Others appear to be replaced with icons and menus that e creates. And a third group has both the app supplied icon, and the e

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread The Rasterman
On Fri, 18 Jan 2013 09:18:34 +0900 Daniel Juyung Seo said: > Yes this is a good idea. We need a wrapper layer for x and wayland. > Even ecore_evas will offer the APIs, we should consider usecases in > elementary applications. right now that wrapper layer is either ecore_evas (a very loose one) o

[E-devel] [PATCH] evas: reuse evas gl context and surface if change to new rotation

2013-01-17 Thread Li, Peng
Hi, enlightenment developers: Please help review attached patch and provide your comments. Thanks Peng reuse-evas-gl-context-and-surface-if-change-to-new-r.diff Description: reuse-evas-gl-context-and-surface-if-change-to-new-r.diff

Re: [E-devel] async render + scalecache.. new segv fun

2013-01-17 Thread The Rasterman
On Thu, 17 Jan 2013 20:34:40 -0200 Ulisses Furquim said: > Hi Raster, > > On Thu, Jan 17, 2013 at 11:13 AM, Ulisses Furquim > wrote: > > Hi Raster, > > > > We'll debug this. And yes, it should be scalecache and its pruning. > > Just sent a patch to fix these segmentation faults. It did fix for

Re: [E-devel] Evas Sync vs Async: numbers!

2013-01-17 Thread The Rasterman
On Thu, 17 Jan 2013 13:11:47 -0200 Leandro Pereira said: > Hey, > > Here are some numbers that show that the async renderer is actually > saving us time. These numbers can be obtained by yourself, by building > Evas with EVAS_RENDER_DEBUG_TIMING defined and setting/unsetting the > ECORE_EVAS_

Re: [E-devel] [PATCH] evas: reuse evas gl context and surface if change to new rotation

2013-01-17 Thread The Rasterman
On Fri, 18 Jan 2013 02:37:07 + "Li, Peng" said: > Hi, enlightenment developers: > > Please help review attached patch and provide your comments. Thanks > > Peng so curious... what problems did you actually have? i am sure the code in there was conservative... and i've never noticed this as