From: reed@android.com Date: Mon, 19 Oct 2009 19:51:17 +0000 (+0000) Subject: disable one proc until we fix its handling of src-alpha==0 X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~19363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb5353a693f518f08efe19251176026a072c7a8;p=platform%2Fupstream%2FlibSkiaSharp.git disable one proc until we fix its handling of src-alpha==0 git-svn-id: http://skia.googlecode.com/svn/trunk@394 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/src/opts/SkBlitRow_opts_arm.cpp b/src/opts/SkBlitRow_opts_arm.cpp index d183312..89b2e91 100644 --- a/src/opts/SkBlitRow_opts_arm.cpp +++ b/src/opts/SkBlitRow_opts_arm.cpp @@ -714,7 +714,13 @@ const SkBlitRow::Proc SkBlitRow::gPlatform_565_Procs[] = { S32_D565_Opaque_PROC, S32_D565_Blend_PROC, S32A_D565_Opaque_PROC, +#if 0 + // when the src-pixel is 0 (transparent), we are still affecting the dst + // so we're skipping this optimization for now S32A_D565_Blend_PROC, +#else + NULL, +#endif // dither NULL, // S32_D565_Opaque_Dither,