Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-18 Thread Paulo C. A. Cavalcanti Jr
Iván Briano sachi...@gmail.com writes: Your patches seem to be coming with DOS newlines. Please fix your editor to avoid that. Yeah, just fixed it. Thanks for pointing it out. -- Paulo C. A. Cavalcanti Jr, Intel Open Source Technology Center I speak only for myself.

Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-18 Thread Paulo C. A. Cavalcanti Jr
Hi Cedric, Cedric BAIL cedric.b...@free.fr writes: Good for me, will be in svn^Wgit soon. I just made a backported version of this patch. Feel free to push it out. From 92bbeb26b946a58a0889aa735d58ce72d48b66ec Mon Sep 17 00:00:00 2001 From: Paulo C. A. Cavalcanti Jr paulo.cavalca...@intel.com

Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-18 Thread Iván Briano
On Mon, Feb 18, 2013 at 12:57 PM, Paulo C. A. Cavalcanti Jr pca...@zytor.com wrote: Hi Cedric, Cedric BAIL cedric.b...@free.fr writes: Good for me, will be in svn^Wgit soon. I just made a backported version of this patch. Feel free to push it out. In it went. -- Paulo C. A. Cavalcanti

Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-17 Thread Iván Briano
Your patches seem to be coming with DOS newlines. Please fix your editor to avoid that. On Sat, Feb 16, 2013 at 1:32 AM, Paulo C. A. Cavalcanti Jr pca...@zytor.com wrote: pca...@zytor.com (Paulo C. A. Cavalcanti Jr) writes: Just follow a patch that fixes a bug with

Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-16 Thread Cedric BAIL
On Sat, Feb 16, 2013 at 4:32 AM, Paulo C. A. Cavalcanti Jr pca...@zytor.com wrote: pca...@zytor.com (Paulo C. A. Cavalcanti Jr) writes: Just follow a patch that fixes a bug with evas_object_precise_is_inside_set() users on OpenGL backend. The _pixel_alpha_get() function used in

[E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-15 Thread Paulo C. A. Cavalcanti Jr
Hi, Just follow a patch that fixes a bug with evas_object_precise_is_inside_set() users on OpenGL backend. The _pixel_alpha_get() function used in evas_object_image_is_inside() relies on engine_data pointer being *always* an RGBA_Image * - but that's not true on OpenGL backend, since that

Re: [E-devel] [EFL/Evas PATCH] Introduce pixel_alpha_get() on engines

2013-02-15 Thread Paulo C. A. Cavalcanti Jr
pca...@zytor.com (Paulo C. A. Cavalcanti Jr) writes: Just follow a patch that fixes a bug with evas_object_precise_is_inside_set() users on OpenGL backend. The _pixel_alpha_get() function used in evas_object_image_is_inside() relies on engine_data pointer being *always* an RGBA_Image * - but