evas: Fix issues with masking (make check)
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 16 Dec 2016 08:04:05 +0000 (17:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 16 Dec 2016 08:10:01 +0000 (17:10 +0900)
commit03eb4c640943d5eed29c88a4dc50b420906a4693
tree11b431cd03a6ced42d746afb4ba354e56ecfc44f
parent0bf269d966d98512464127a3f528ca6c3455ffd5
evas: Fix issues with masking (make check)

After a previous patch, mask_subrender worked differently, and
didn't reset the object's cache clip color. This made evas_suite
fail. But also it seems some other issues creeped in and it was
necessary to fix the test case by adding data_updates (mistake!)
and removing an invalid draw call.
src/lib/evas/canvas/evas_render.c
src/tests/evas/evas_test_mask.c