Re: [E-devel] E SVN: sachiel IN branches/evas-1.7/src: lib/canvas lib/include modules/engines/gl_x11 modules/engines/software_generic

2013-02-18 Thread Paulo Alcantara
Thanks! And again, sorry for the DOS newlines. I'll blame Gnus for that. On Mon, Feb 18, 2013 at 1:18 PM, Enlightenment SVN wrote: > Log: > evas/engines: Introduce pixel_alpha_get() > > The _pixel_alpha_get() function used in evas_object_image_is_inside won't > work with engines other than so

Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
Gustavo Sverzut Barbieri writes: > This would be a PITA. And it would be slower on FS that provide dt_type. Indeed. So I'm going to replace eina_file_direct_ls() with eina_file_stat_ls() in some places that depends on file type (e.g., elementary_config). How about it ? -- Paulo A

Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
_stat_ls() ? -- Paulo Alcantara,ProFUSION Embedded Systems -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf

[E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
on. >From 5c19d6768567e31df2ef72aa450e377584d12c6b Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Fri, 1 Feb 2013 02:56:05 -0200 Subject: [PATCH] efl/eina: Fix directory listing in eina_file_direct_ls() On XFS filesystems, for example, file types cannot be determined by using readdir_r() function to list dire

[E-devel] [PATCH] Fix memory leak in Eina cow

2013-01-18 Thread Paulo Alcantara
Is this the correct fix ? >From 5805f1d6734b396ad5af6d1dd03170ed5d5884e0 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Fri, 18 Jan 2013 19:02:17 -0200 Subject: [PATCH] efl/eina_cow: Fix memory leak This patch fixes this leak: ==20662== Memcheck, a memory error detector ==20

Re: [E-devel] evas async causing border artifacts

2013-01-11 Thread Paulo Alcantara
same issue with borders. Anyway, we're going to take a look at this issue after finishing some other works (textgrid and some unref/ref patches). Thanks for the report, Raster. -- Paulo Alcantara,ProFUSION Embedded Systems --

Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/evas/common

2012-11-28 Thread Paulo Alcantara
h the thread stuff, but anyway thanks for the advice. -- Paulo Alcantara,ProFUSION Embedded Systems. -- Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project wi

Re: [E-devel] evas sse3 SIGILL

2012-11-07 Thread Paulo Alcantara
;> >>>> On Tue, Nov 6, 2012 at 10:07 AM, Jim Kukunas >>> >>>> wrote: >>> >>>>> On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >>> >>>>>> On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara >&

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 10:37 PM, Jim Kukunas wrote: > On Mon, Nov 05, 2012 at 10:17:34PM -0300, Paulo Alcantara wrote: >> On Mon, Nov 5, 2012 at 10:07 PM, Jim Kukunas >> wrote: >> > >> > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >> &g

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 10:07 PM, Jim Kukunas wrote: > > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: > > On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara > > wrote: > > > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld > > > wrote: &

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld wrote: > Program received signal SIGILL, Illegal instruction. > 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0) at > /usr/lib/gcc/i686-linux-gnu/4.6/include/pmmintrin.h:111 > 111 return (__m128i) __builtin_ia32_lddqu ((char const *)__P); >

Re: [E-devel] [PATCH] Add context clip for Wayland framespace

2012-09-05 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Wed, 05 Sep 2012 07:38:57 +0100 > Well, in theory this looks & sounds good. I applied the patch and ran > some tests, but it still does not fix the non-smart > objectsessentially with this applied, the results are still the > same, so I don't s

Re: [E-devel] [PATCH] Add context clip for Wayland framespace

2012-09-05 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Wed, 05 Sep 2012 07:38:57 +0100 > Well, in theory this looks & sounds good. I applied the patch and ran > some tests, but it still does not fix the non-smart > objectsessentially with this applied, the results are still the > same, so I don't s

[E-devel] [PATCH] Add context clip for Wayland framespace

2012-09-04 Thread Paulo Alcantara
Paulo >From 687e5503b2469c9cdd0c3514e09170b37b626d83 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Tue, 4 Sep 2012 17:46:50 -0300 Subject: [PATCH] evas/render: Add context clip for Wayland framespace Instead of clipping the objects to a general framespace clipper (and keep track of it), add a context clip

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-22 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Wed, 22 Aug 2012 17:53:13 +0100 > sadly I have not found the time to get to editing this yet (as I am > bug squashing which is a bit more important right now) ;) but I will > get to it at some point. Heh :-) Good luck with that and thanks for the

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-22 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Mon, 20 Aug 2012 22:10:03 +0100 > On 20/08/12 22:01, Paulo Alcantara wrote: > > Hi, > > > > I've just added a simple how-to for getting Wayland + EFL working to E > > trac. > > > > You can find it at

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Mon, 20 Aug 2012 22:10:03 +0100 > Looks ok for an initial page, but has some incorrect information, some > things missing, and some things listed which are not needed. Also, > have you looked at this page yet ? : > http://wayland.freedesktop.org/ef

[E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Paulo Alcantara
Hi, I've just added a simple how-to for getting Wayland + EFL working to E trac. You can find it at http://trac.enlightenment.org/e/wiki/Wayland I also hope that you guys can enjoy it and feel free to either add any missing information there or fix something wrong. Paulo --