Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas engines/common include

2010-02-03 Thread The Rasterman
On Wed, 3 Feb 2010 13:37:26 +0100 (CET) Vincent Torri said: > > > On Wed, 3 Feb 2010, Enlightenment SVN wrote: > > 2. major text rendeering speedups. up to 41% in textblock intl, 33% in > > textblock basic, 12-20$ in other text rendering tests. generic eina hash's > > are just tooo slow for

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas engines/common include

2010-02-03 Thread Vincent Torri
On Wed, 3 Feb 2010, Enlightenment SVN wrote: > 2. major text rendeering speedups. up to 41% in textblock intl, 33% in > textblock basic, 12-20$ in other text rendering tests. generic eina hash's > are just tooo slow for what we are doing there. specialised "Fash" > blocked-array. why not put

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

2009-04-22 Thread Gustavo Sverzut Barbieri
On Tue, Apr 21, 2009 at 11:26 AM, sda wrote: > hello, > > sorry to bother but i'd really appreciate to get your response. as i > wrote some time ago: > http://sourceforge.net/mailarchive/forum.php?thread_name=20090413220022.GE14453%40black&forum_name=enlightenment-devel > > it'd be really nice to

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

2009-04-22 Thread sda
hello, sorry to bother but i'd really appreciate to get your response. as i wrote some time ago: http://sourceforge.net/mailarchive/forum.php?thread_name=20090413220022.GE14453%40black&forum_name=enlightenment-devel it'd be really nice to have a clear vision and reference what exactly should be p

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

2009-04-20 Thread The Rasterman
On Sun, 19 Apr 2009 22:46:29 +0200 (CEST) Vincent Torri said: > > about fontconfig, i've remarked that, if FcInit() can be called a lot of > times, FcFini() must be called only once. This is a problem if a program > that uses evas and also fontconfig (for some reason) close also > fontconfig.

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

2009-04-19 Thread Vincent Torri
about fontconfig, i've remarked that, if FcInit() can be called a lot of times, FcFini() must be called only once. This is a problem if a program that uses evas and also fontconfig (for some reason) close also fontconfig. I've told the devs of fontconfig about that. Keith Packard agrees that