fix c fallback rendering - mask op was wrong. mmx was right. why is
authorCarsten Haitzler <raster@rasterman.com>
Thu, 26 May 2011 02:44:01 +0000 (02:44 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 26 May 2011 02:44:01 +0000 (02:44 +0000)
commit01cbefe2aeae4dac18230ab9f0f6c9daf9978654
treea77842e75fe70e017e60066ae95d523a98b6ee75
parent5b428f87f9de19de6c4858d982574c785c1e670c
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.

SVN revision: 59686
legacy/evas/src/lib/engines/common/evas_op_blend/op_blend_pixel_mask_.c
legacy/evas/src/lib/engines/common/evas_op_blend/op_blend_pixel_mask_neon.c