commit | 08aa88d280732386f4c56cbce6ae15f638805a1b | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Fri May 12 12:59:24 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri May 12 17:38:23 2017 +0000 |
tree | 7af9926cee52795863b4848c461b47be2ea1eb9e | |
parent | d45afc036484e74d528ceb3274e3df1983d81ac5 [diff] |
fix SkJumperHSL blend modes I took a new, unprincipled approach here, which is to just mimic the legacy code path exactly (e.g. hue_modeproc in SkXfermode.cpp). This fixes how we handle alpha in these blend modes, and ought to be faster by avoiding the unpremul. BUG=skia:6621 Change-Id: I21635290985ff42d9421d2718f7a88cf44a85d7f Reviewed-on: https://skia-review.googlesource.com/16711 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>