Evas filters: Relax limitations about colorspaces
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 11 Dec 2015 06:44:48 +0000 (15:44 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Jan 2016 06:43:44 +0000 (15:43 +0900)
commiteda13b729851605615032a4af400de9b820e2d63
tree41ab9d9899d2e5d052c115119605c69ec9c6d2a5
parent7d636630cfc5aeed8e2e1eaeb289e30113d0d6d4
Evas filters: Relax limitations about colorspaces

Since Ector Buffer implicitly converts colorspaces, we
can allow more commands to work even if they are suboptimal.

Now all filters should support any combinaison of input, map/mask
and output colorspaces.
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blend.c
src/lib/evas/filters/evas_filter_blur.c
src/lib/evas/filters/evas_filter_bump.c
src/lib/evas/filters/evas_filter_displace.c
src/lib/evas/filters/evas_filter_mask.c
src/lib/evas/filters/evas_filter_transform.c