Revert of SoftLight with SkPMFloat (patchset #6 id:100001 of https://codereview.chrom...
authormtklein <mtklein@google.com>
Mon, 29 Jun 2015 16:37:29 +0000 (09:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Jun 2015 16:37:29 +0000 (09:37 -0700)
commit4b41827b74ba4bcce919988b54f81414184d8ca6
treeafea5b70c50ddebba500c2efa746c158f59f9fa5
parent884200ef76bbd25ab31e061a24cc8c8268dacca0
Revert of SoftLight with SkPMFloat (patchset #6 id:100001 of https://codereview.chromium.org/1221493002/)

Reason for revert:
xfermodes and xfermodes2 show major diffs on Nexus 5 and Daisy (both ARMv7 w/NEON).  Nexus 9 and SSE all look fine...

Original issue's description:
> SoftLight with SkPMFloat
>
> SSE speeds up about 4.5x over existing integer SSE,
> NEON speeds up about 3x over serial integer code.
>
> We expect 1-2 bit component diffs in the usual GMs.
>
> Still guarded by SK_SUPPORT_LEGACY_XFERMODES,
> which I'll now try to lift in Chrome.
>
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/3e47d49b46b3ab62071218ef3dd44642c9713e04

TBR=reed@google.com,mtklein@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1221683002
src/core/Sk4pxXfermode.h
src/opts/SkXfermode_opts_SSE2.cpp