Evas filters: Fix 1-D blurs on a single buffer
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 11 Mar 2014 06:11:21 +0000 (15:11 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Mar 2014 05:08:02 +0000 (14:08 +0900)
commit0dace7721e6c233725a1ac6c416c0d631b0afe95
tree5bfa10d5c26dedf2d18442026283513247006f6c
parent6674ef5b35f5e3e02347150673c577774287c8f2
Evas filters: Fix 1-D blurs on a single buffer

When a blur operation requires a copy-back to the source
buffer, then the render_op must be set to COPY instead of
BLEND. Otherwise the non blurred content will be visible.

@fix
src/lib/evas/filters/evas_filter.c