efl/src/lib/evas/filters
Jean-Philippe Andre a28cb93d0d Revert "evas: Add source_region property to proxy objects"
This reverts commit 4e110a34bf.

Urgh. I'm stupid. Conceptually I still like the idea of the
region proxy, that only renders part of the source object
in a proxy surface. The problem right now is that the proxy
subrender mechanism renders to a surface that belongs to
the **source** and not the proxy object. As a consequence,
the region would become a property of the source, rather than
the proxy, which is not at all the intention of the original
patch. In other words, everything would fall apart if an object
has more than one proxy, for whatever reason.

I realized that when trying to actually test the region proxy.
It didn't work at all. Revert for now.
2016-12-20 15:47:54 +09:00
..
blur Evas filters: Prevent division by 0 2014-10-28 10:54:51 +09:00
lua Evas filters: Fix for Lua 5.3 (with --enable-lua-old) 2015-08-18 18:31:39 +09:00
evas_filter.c Revert "evas: Add source_region property to proxy objects" 2016-12-20 15:47:54 +09:00
evas_filter_blend.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_blur.c evas: filters: add return value in all cases 2016-07-25 18:00:42 +02:00
evas_filter_bump.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_curve.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_displace.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_fill.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_mask.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_parser.c evas: Fix warning with va_start in internal EAPI 2016-11-03 17:22:15 +09:00
evas_filter_private.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
evas_filter_transform.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
evas_filter_utils.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00