Evas filters: Implement mapped blend for alpha buffers
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 21 Feb 2014 07:46:04 +0000 (16:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 4 Mar 2014 01:37:03 +0000 (10:37 +0900)
commit7a7738e9bbb751db5b262cc0c0ef20c9671887c1
tree9e70bc80445057bae6e2466af20bec0812fc5d46
parentfe682d97604219a4687aaf5fb808c4ee73e32693
Evas filters: Implement mapped blend for alpha buffers

Allow repeat fillmode in blend() for:
alpha --> alpha
alpha --> rgba
rgba --> alpha

Alpha scaling is not implemented yet, but it is not actually
required. Indeed, only proxies can have a different size and
proxies are RGBA images, not alpha.

Alpha scaling may or may not become a requirement in the future,
or for other purposes, but not yet.
src/lib/evas/filters/evas_filter_blend.c