Re: [E-devel] ECORE_EVAS_EXTN_CLIENT_ADD / ECORE_EVAS_EXTN_CLIENT_DEL

2014-01-06 Thread Albin Tonnerre
On Fri, Jan 3, 2014 at 1:05 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Ops! I guess it was a problem when we split ecore_evas into modules, these events should be, indeed, defined in libecore_evas.so, not in the module. I can't commit a fix right now, could someone move the

[E-devel] Issues with Ecore_Audio in efl-1.8

2014-01-13 Thread Albin Tonnerre
Hi, I recently try to debug an issue with Ecore_Audio (segfault when running the testsuite, haven't gone to the bottom of that yet) and noticed a couple things that make using it rather difficult: - Some headers are installed depending on PULSE and SNDFILE, but Ecore_Audio.h includes them

Re: [E-devel] Issues with Ecore_Audio in efl-1.8

2014-01-14 Thread Albin Tonnerre
On Mon, Jan 13, 2014 at 1:51 PM, Albin Tonnerre lu...@debian.org wrote: Hi, Hi, I recently try to debug an issue with Ecore_Audio (segfault when running the testsuite, haven't gone to the bottom of that yet) and noticed a couple things that make using it rather difficult: - Some headers

[E-devel] NEON detection in configure.ac doesn't seem to work properly

2014-01-19 Thread Albin Tonnerre
Hi, I just tried building EFL 1.8 on my Chromebook at it appears that even though the CPU supports NEON, the code snippet doing NEON detection in configure.ac fails (using Debian Unstable, GCC 4.8.2): configure:23270: checking whether to use NEON instructions configure:23283: gcc -std=gnu99 -c

Re: [E-devel] NEON detection in configure.ac doesn't seem to work properly

2014-01-19 Thread Albin Tonnerre
Hi Gustavo, On Sun, Jan 19, 2014 at 1:24 PM, Gustavo Sverzut Barbieri barbi...@gmail.com wrote: looks okay to me, do you have commit access? Otherwise I can commit for you I don't have commit access, so I'm happy with you doing the commit :) Thanks, -- Albin

[E-devel] [PATCH] evas/op_blend: remove duplicated function _op_blend_pan_mas_dp

2014-02-08 Thread Albin Tonnerre
_op_blend_pan_mas_dp is just a duplication of the code in _op_blend_pas_mas_dp. Remove the extra copy of the code and use a define instead; this is what the SSE3 code already does. --- Hi, I tried submitting that change using 'arc diff' but it keeps crashing because of some JSON error, so here

Re: [E-devel] [PATCH] evas/op_blend: remove duplicated function _op_blend_pan_mas_dp

2014-02-08 Thread Albin Tonnerre
As requested, here's the patch as an attachement -- Albin On Sat, Feb 8, 2014 at 1:50 PM, Albin Tonnerre albin.tonne...@gmail.com wrote: _op_blend_pan_mas_dp is just a duplication of the code in _op_blend_pas_mas_dp. Remove the extra copy of the code and use a define instead; this is what

[EGIT] [core/efl] master 01/01: evas/op_blend: rename LOOP_ALIGNED_U1_A48_SSE3 to LOOP_ALIGNED_U1_A48

2014-02-08 Thread Albin Tonnerre
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=259f33679c38e03de3e35c3a0859b3f3f0f9c39a commit 259f33679c38e03de3e35c3a0859b3f3f0f9c39a Author: Albin Tonnerre albin.tonne...@gmail.com Date: Sun Feb 9 09:42:52 2014 +0900 evas/op_blend: rename

[EGIT] [core/efl] master 01/01: cleanup - Remove the extra copy of the code and use a define instead

2014-02-09 Thread Albin Tonnerre
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=64e153ea7fffa269dcc4566aeb6e17f2b24580ea commit 64e153ea7fffa269dcc4566aeb6e17f2b24580ea Author: Albin Tonnerre albin.tonne...@gmail.com Date: Sun Feb 9 19:44:49 2014 +0900 cleanup - Remove

[EGIT] [core/efl] master 01/02: comments: typo fix - s/dictionnary/dictionary

2014-02-09 Thread Albin Tonnerre
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=62efaed9dcb27e4b07a5d35cd1d0819db7624aac commit 62efaed9dcb27e4b07a5d35cd1d0819db7624aac Author: Albin Tonnerre albin.tonne...@gmail.com Date: Mon Feb 10 10:40:08 2014 +0900 comments: typo fix

Re: [E-devel] [EGIT] [core/efl] master 01/02: configure - don't add -mfpu-neon on arm - this breaks building for armv6/4...

2014-02-10 Thread Albin Tonnerre
On Mon, Feb 10, 2014 at 6:00 PM, Gustavo Sverzut Barbieri barbi...@gmail.com wrote: Hi Raster, This was added as Albin (ARM developer) requested, could you both check if it should stay or not? I'm unsure why that breaks build on earlier architectures, but removing -mfpu=neon doesn't make the

Re: [E-devel] [EGIT] [core/efl] master 01/02: configure - don't add -mfpu-neon on arm - this breaks building for armv6/4...

2014-02-10 Thread Albin Tonnerre
On Tue, Feb 11, 2014 at 12:32 AM, Carsten Haitzler ras...@rasterman.com wrote: the check temporarily adds -mfpu-neon to then #include arm_neon.h + arm asm check as the next check and then enables neon builds if this works... then restores CFLAGS. so it turns neon on regardless if -mfpu-neon is

[EGIT] [core/efl] master 01/01: eina: allow eina_time_get to fall back to other clocks if the first one fails

2014-02-11 Thread Albin Tonnerre
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ed0618407754fbfc497addc6824f1c06c684cd89 commit ed0618407754fbfc497addc6824f1c06c684cd89 Author: Albin Tonnerre albin.tonne...@gmail.com Date: Wed Feb 12 11:50:48 2014 +0900 eina: allow

[EGIT] [core/efl] efl-1.8 01/01: eina: allow eina_time_get to fall back to other clocks if the first one fails

2014-02-11 Thread Albin Tonnerre
cedric pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=5ff5f509fccab9196449f1c31109e316a1a7fed3 commit 5ff5f509fccab9196449f1c31109e316a1a7fed3 Author: Albin Tonnerre albin.tonne...@gmail.com Date: Wed Feb 12 11:50:48 2014 +0900 eina: allow

<    1   2