efl/src/lib/evas/common/evas_op_copy
Jean-Philippe Andre cc8fa1da45 Evas: Fix MMX mask function _op_copy_p_mas_dp_mmx()
This function does the following operation:
COPY pixel x mask --> dst

But it wasn't iterating over the source. So it was repeating
the value of the first pixel over and over again.

Is this even used anywhere? RGBA + alpha mask function!?
2014-01-21 15:43:10 +09:00
..
op_copy_color_.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_color_i386.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_color_neon.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_mask_color_.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_mask_color_i386.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_mask_color_neon.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_color_.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_color_i386.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_color_neon.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_i386.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_mask_.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_mask_i386.c Evas: Fix MMX mask function _op_copy_p_mas_dp_mmx() 2014-01-21 15:43:10 +09:00
op_copy_pixel_mask_neon.c merge: and now Evas 2012-11-04 11:51:42 +00:00
op_copy_pixel_neon.c merge: and now Evas 2012-11-04 11:51:42 +00:00