Re: [E-devel] evas r63752 not compiling

2011-10-02 Thread The Rasterman
On Mon, 3 Oct 2011 04:27:39 +0200 (CEST) Vincent Torri said: > > > On Mon, 3 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 2 Oct 2011 23:12:18 +0200 Pau Espin Pedrol > > said: > > > > update. > > your commit is rev 63745, which is his evas revision (i've discussed with > h

Re: [E-devel] evas r63752 not compiling

2011-10-02 Thread Vincent Torri
On Mon, 3 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 2 Oct 2011 23:12:18 +0200 Pau Espin Pedrol > said: > > update. your commit is rev 63745, which is his evas revision (i've discussed with him before he sent the mail). So it seems that there is another problem. Vincent >

Re: [E-devel] evas r63752 not compiling

2011-10-02 Thread The Rasterman
On Sun, 2 Oct 2011 23:12:18 +0200 Pau Espin Pedrol said: update. > Last Changed Rev: 63745 > > Just now I did make maintainer/dist-clean; svn up; ./configure; make on the > following, in order: "imlib2 eina eet evas" > > evas fails to compile, here you have the log: > http://paste.pocoo.org/sh

Re: [E-devel] E SVN: kakaroto IN trunk/ecore: . src/lib/ecore_con

2011-10-02 Thread Youness Alaoui
Sorry, I missed that.. it's fixed in the latest svn revision. Thanks On Sun, Oct 2, 2011 at 1:46 PM, Mike Blumenkrantz wrote: > On Thu, 29 Sep 2011 14:04:54 -0700 > "Enlightenment SVN" wrote: > > > Log: > > Ecore-con: Test for IPV6 availability > > > > Author: kakaroto > > Date: 2

Re: [E-devel] E SVN: billiob trunk/edje

2011-10-02 Thread Vincent Torri
and backport to the 1.0 branch Vincent On Sun, 2 Oct 2011, Enlightenment SVN wrote: > Log: > edje: update ChangeLog > > Author: billiob > Date: 2011-10-02 14:10:15 -0700 (Sun, 02 Oct 2011) > New Revision: 63754 > Trac: http://trac.enlightenment.org/e/changeset/63754 > > M

[E-devel] evas r63752 not compiling

2011-10-02 Thread Pau Espin Pedrol
Last Changed Rev: 63745 Just now I did make maintainer/dist-clean; svn up; ./configure; make on the following, in order: "imlib2 eina eet evas" evas fails to compile, here you have the log: http://paste.pocoo.org/show/486209/ Some more info: $ uname -a Linux barna3 3.0-ARCH #1 SMP PREEMPT Tue Au

Re: [E-devel] E SVN: kakaroto IN trunk/ecore: . src/lib/ecore_con

2011-10-02 Thread Mike Blumenkrantz
On Thu, 29 Sep 2011 14:04:54 -0700 "Enlightenment SVN" wrote: > Log: > Ecore-con: Test for IPV6 availability > > Author: kakaroto > Date: 2011-09-29 14:04:54 -0700 (Thu, 29 Sep 2011) > New Revision: 63680 > Trac: http://trac.enlightenment.org/e/changeset/63680 > > Modified

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

2011-10-02 Thread Mathieu Taillefumier
On 09/30/2011 08:24 PM, Vincent Torri wrote: > > > On Fri, 30 Sep 2011, Gustavo Sverzut Barbieri wrote: > >> On Friday, September 30, 2011, Jim Kukunas >> wrote: >>> On Fri, Sep 30, 2011 at 12:08:03AM -0300, Gustavo Sverzut Barbieri wrote: On Thursday, September 29, 2011, Jim Kukunas< jam

[E-devel] [Patch] implement Gif loader's scale down decoding feature

2011-10-02 Thread Jiyoun Park
Hello. I modify gif loader's code to support scale down decoding. Scale down decoding feature is improve memory efficiency as gif image size is increase. I test this patch using several gif image(including animation gif),it work well. But if some gif image make problem, please let me know it.

Re: [E-devel] ecore_x / evas leaks?

2011-10-02 Thread David Seikel
On Mon, 3 Oct 2011 00:09:56 +1000 David Seikel wrote: > On Fri, 30 Sep 2011 04:32:14 +0200 Cedric BAIL > wrote: > > > On Fri, Sep 30, 2011 at 3:00 AM, David Seikel > > wrote: > > > On Fri, 30 Sep 2011 10:00:18 +0900 Carsten Haitzler (The > > > Rasterman) wrote: > > > > > >> On Thu, 29 Sep 201

Re: [E-devel] ecore_x / evas leaks?

2011-10-02 Thread David Seikel
On Fri, 30 Sep 2011 04:32:14 +0200 Cedric BAIL wrote: > On Fri, Sep 30, 2011 at 3:00 AM, David Seikel > wrote: > > On Fri, 30 Sep 2011 10:00:18 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Thu, 29 Sep 2011 20:50:50 -0400 Mike Blumenkrantz > >> said: > >> > >> smells to me like

Re: [E-devel] bug at trunk.HEAD

2011-10-02 Thread Massimo Maiurana
المسالم المسالمة, il 02/10/2011 15:30, ha scritto: > so we need someone to remove the U letter and replace it by Y letter just fixed in svn :) -- Massimo Maiurana massimoragusa.linux.it http://massimo.solira.orgGPG keyID #7044D601 Creare l'uomo fu un'idea bizzarra e ori

[E-devel] bug at trunk.HEAD

2011-10-02 Thread المسالم المسالمة
hello translators there is an wrong word at trunk.HEAD that needed to be fixed the word is "decr*u*ption" while it should be "decr*y*ption" so we need someone to remove the U letter and replace it by Y letter --- so .. am i wrong at this report or what -

[E-devel] [Patch] Implement scale down decoding feature of bmp loader

2011-10-02 Thread Jiyoun Park
Hello~~ I implement scale down decoding feature of bmp loader using down sample algorithm. Desktop have low risk to go wrong memory problem during big image decoding, but mobile device is different. Raster said it is life (meet memory problem during big image decoding), and it is enough to retu

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

2011-10-02 Thread Albin Tonnerre
On Sun, 02 Oct 2011 20:32 +0900, Carsten Haitzler wrote : > On Sat, 1 Oct 2011 10:12:11 -0700 Jim Kukunas > > said: > > ok. big problems with sse3 on 32bit. we have to have it disabled. why? you did > it with intrinsics, and intrinsics fail without -msse3, BUT... -msse3 builds > code OPTIMIZED f

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

2011-10-02 Thread The Rasterman
On Sat, 1 Oct 2011 10:12:11 -0700 Jim Kukunas said: ok. big problems with sse3 on 32bit. we have to have it disabled. why? you did it with intrinsics, and intrinsics fail without -msse3, BUT... -msse3 builds code OPTIMIZED for sse3 - ie produces sse3 instructions even for regular c code. this mea