efl/src/lib/evas
Jean-Philippe Andre 26e74c4219 Evas filters: Fix transform filter (crashes & blend)
out was simply not initialized if the source and destination
were the same. The COW flag is required here to separate input
and output properly. Also, the source & destination pointers
were badly calculated and could overflow.

Instead of using memcpy this filter was supposed to use the
blend functions. This patch also fixes that.

In order to make this filter actually useful (think text reflection
on a flat surface), more information needs to be passed to the Lua
script, such as the text ascent, descent, etc...
2016-01-22 15:35:23 +09:00
..
cache evas/gl : Do not re-preload image data if texture is successfully uploaded with image data. 2015-12-18 16:49:17 +09:00
cache2 evas: fix typo in evas_cache comment. 2014-10-29 22:38:31 +01:00
canvas Evas filter: Rename constructor/destructor to ctor/dtor 2016-01-13 18:51:20 +09:00
common Evas: Implement ARGY88 and GRY8 conversion to ARGB8888 2015-12-29 22:05:50 +09:00
common3d Evas 3d: Improve error messages in model load & save 2015-12-29 16:08:05 +09:00
cserve2 evas: use portable environment lookup. 2015-05-14 18:41:48 +02:00
file evas - fix evas module locks to init/del when movile created/destroyed 2015-12-12 23:37:16 +09:00
filters Evas filters: Fix transform filter (crashes & blend) 2016-01-22 15:35:23 +09:00
include Evas: remove extra if from evas_3d_utils.h 2016-01-13 14:50:59 +09:00
Evas.h evas: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
Evas_Common.h evas: fix typos in documentation 2015-09-29 09:14:28 +05:30
Evas_Eo.h evas: fix typos in documentation 2015-09-29 09:14:28 +05:30
Evas_GL.h Evas GL: Add new API to get current Evas GL 2015-10-02 16:56:38 +09:00
Evas_Legacy.h evas: fix typos in documentation 2015-09-29 09:14:28 +05:30
Evas_Loader.h evas: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
main.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00