aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterPipeline.h
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-10-24 11:07:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-24 18:55:33 +0000
commit0cb158969c87b49e9da53a82ab6d18ad3d6d0775 (patch)
tree42dced0652908393d6107b9806e23e9417820eaa /src/core/SkRasterPipeline.h
parentb2fd61a05850b61c3e3e3341487b2de0492ad7ad (diff)
add srcover_bgra_8888
Chrome generally uses BGRA buffers, so srcover_rgba_8888 isn't really doing them any good. Probably a good idea to cover both kN32 options any time we specialize like this? There's one small diff, so I've lazily guarded this by SK_LEGACY_LOWP_STAGES, which I want to rebaseline today anyway. Change-Id: Ice672aa01a3fc83be0798580d6730a54df075478 Reviewed-on: https://skia-review.googlesource.com/63301 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkRasterPipeline.h')
-rw-r--r--src/core/SkRasterPipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index f9fa80f837..f826f391ee 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -64,7 +64,7 @@ struct SkJumper_Engine;
M(colorburn) M(colordodge) M(darken) M(difference) \
M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
M(hue) M(saturation) M(color) M(luminosity) \
- M(srcover_rgba_8888) \
+ M(srcover_rgba_8888) M(srcover_bgra_8888) \
M(luminance_to_alpha) \
M(matrix_translate) M(matrix_scale_translate) \
M(matrix_2x3) M(matrix_3x4) M(matrix_4x5) M(matrix_4x3) \