fix c fallback rendering - mask op was wrong. mmx was right. why is
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 May 2011 02:44:01 +0000 (02:44 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 May 2011 02:44:01 +0000 (02:44 +0000)
commit1246fa6ec1f85e09d491437d05f49ff41b8a3db5
tree681398a9b5f16ca67ff686046318b2067d09260b
parentc4c43a212eeddc2ff5c842e2907cb26dcebf9f97
fix c fallback rendering - mask op was wrong. mmx was right. why is
the neon code sitting there.. with no neon? just c? if so.. just kill
the neon code and let c fallbacks take care of it as all we do is dup
code. either that or actually implement the neon.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59686 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/engines/common/evas_op_blend/op_blend_pixel_mask_.c
src/lib/engines/common/evas_op_blend/op_blend_pixel_mask_neon.c