Evas filters: Optimize RGBA blur as well
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Mar 2014 04:55:44 +0000 (13:55 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Mar 2014 05:08:02 +0000 (14:08 +0900)
commit592204fe73cb7198aea2a3be3dbe1efdad6999b1
tree6351005a5f0b75f8e5b8de83f359b89f208d099e
parent4443ecfa8be65aef0dedcb0d749c9081769cc140
Evas filters: Optimize RGBA blur as well

Same as Alpha blur, use combination of box blurs,
and put all that code into optimizable functions.
src/lib/evas/filters/blur/blur_box_alpha_.c
src/lib/evas/filters/blur/blur_box_rgba_.c
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blur.c