Evas filters: Implement mix3 func for rgba masking
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 4 Dec 2015 06:43:27 +0000 (15:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 4 Dec 2015 07:10:06 +0000 (16:10 +0900)
commit8f4018b690de4e052c7ac74c4d5933f6a0ccd9ee
treeb39cf5c6220722c299b1c66e7c0367c39edcc380
parentecc7da9cbacaeda9d8bc414855e970cfc73d4612
Evas filters: Implement mix3 func for rgba masking

This operation was faked by running a mul and a blend ops. Now
they are combined into one. A GL shader should also be able
to do this in a single pass.
src/Makefile_Evas.am
src/lib/evas/filters/evas_filter_mask.c
src/static_libs/draw/draw.h
src/static_libs/draw/draw_main.c