From f55ea6a1deb21120944d406124a2984b5009260a Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 6 Jan 2017 11:30:55 -0500 Subject: Retry "SkRasterPipelineBlitter: support A8"... ...preferring SkA8_Coverage_Blitter over SkRasterPipelineBlitter. I think we could make this work with SkRasterPipelineBlitter (tell it, draw white in Src mode with this mask), but the existing blitter is pretty hard to beat in efficiency and correctness. CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN,Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD Change-Id: I72df9995c63f3334d8111c59711818cb5ed1e63c Reviewed-on: https://skia-review.googlesource.com/6627 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- src/core/SkRasterPipeline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/SkRasterPipeline.h') diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h index 61a44eb1db..e6c99159fa 100644 --- a/src/core/SkRasterPipeline.h +++ b/src/core/SkRasterPipeline.h @@ -65,6 +65,7 @@ M(from_srgb) M(to_srgb) \ M(from_2dot2) M(to_2dot2) \ M(constant_color) M(store_f32) \ + M(load_a8) M(store_a8) \ M(load_565) M(store_565) \ M(load_f16) M(store_f16) \ M(load_8888) M(store_8888) \ -- cgit v1.2.3