efl/src/lib/evas/filters
Jean-Philippe Andre 05aee3e370 Evas: Don't pass whole RGBA_Image to low-level render functions
Idea originated from Cedric the b0rker.

This is a big fat search-and-replace commit.
This commit also introduces space changes... Sorry for the mix.

NOTE: This commit may have one side effect as there was some very
      dubious code chaning the dst image's alpha flag in the
      Gfx get functions. Logically this didn't make sense (at
      draw time the dst alpha should already be well defined),
      so it should be safe.
2014-11-13 12:20:57 +09:00
..
blur Evas filters: Prevent division by 0 2014-10-28 10:54:51 +09:00
evas_filter.c Evas: Use common function for proxy_subrender 2014-11-12 17:11:49 +09:00
evas_filter_blend.c Evas: Don't pass whole RGBA_Image to low-level render functions 2014-11-13 12:20:57 +09:00
evas_filter_blur.c Evas filters: Add template optimizable files for box blur 2014-04-02 14:53:00 +09:00
evas_filter_bump.c Evas filters: Clean up some duplicate includes 2014-03-04 13:58:53 +09:00
evas_filter_curve.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_displace.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_mask.c Evas: Don't pass whole RGBA_Image to low-level render functions 2014-11-13 12:20:57 +09:00
evas_filter_parser.c Evas filters: Fix parsing of argument lists 2014-09-19 10:33:24 +09:00
evas_filter_private.h Evas filters: Allow use of a color multiplier 2014-06-12 10:59:56 +09:00
evas_filter_transform.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_utils.c Evas filters: Prepare optimization paths for BOX blur 2014-03-12 14:08:02 +09:00