efl/src/lib/evas/filters
Jean-Philippe Andre 0dace7721e 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
2014-03-12 14:08:02 +09:00
..
blur Evas filters: Add basic optimization for RGBA gaussian blur 2014-03-12 14:08:01 +09:00
evas_filter.c Evas filters: Fix 1-D blurs on a single buffer 2014-03-12 14:08:02 +09:00
evas_filter_blend.c Evas filters: Implement proxy rendering for GL 2014-03-07 11:07:15 +09:00
evas_filter_blur.c Evas filters: Move DEBUG_TIME macro to be used in the main file 2014-03-12 14:08:02 +09:00
evas_filter_bump.c Evas filters: Clean up some duplicate includes 2014-03-04 13:58:53 +09:00
evas_filter_curve.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_displace.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_mask.c Evas filters: Implement proxy rendering for GL 2014-03-07 11:07:15 +09:00
evas_filter_parser.c Evas filters: Fix uninitialized variable warning 2014-03-12 14:08:02 +09:00
evas_filter_private.h Evas filters: Move DEBUG_TIME macro to be used in the main file 2014-03-12 14:08:02 +09:00
evas_filter_transform.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_filter_utils.c Evas filters: Complete GL support with scaling function 2014-03-07 11:07:15 +09:00