aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/core.gni
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-07-20 08:59:19 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-20 16:45:52 +0000
commit0fddb2d7c17a953c0d3986e5f8bcfdeaf2cc401d (patch)
tree3ed6fbbb1d4aa8931233de5d4e2e9aa2ab224f8a /gn/core.gni
parentedfe3dfb47bd3248a588c2eb89224f59939bd626 (diff)
Retry cleaning up SkLinearBitmapPipeline.
This is mostly dead code. In order to make it truly dead, we need to opt drawing unpremul images into SkRasterPipelineBlitter. They had been handled by SkLinearBitmapPipeline, but can't be draw by SkBitmapProcLegacyShader. Drawing unpremul images is tested by the GM all_variants_8888, which gave us trouble last time around (serialize-8888 drew right, 8888 wrong) but now draws fine. I think this was probably also the root of the revert, drawing some unpremul image in Chrome's tests somewhere. Change-Id: I453f9df44ade807316935921cbae82961e2f08aa Reviewed-on: https://skia-review.googlesource.com/24862 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gn/core.gni')
-rw-r--r--gn/core.gni6
1 files changed, 0 insertions, 6 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 43b972f45c..ee61a02e2b 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -158,12 +158,6 @@ skia_core_sources = [
"$_src/core/SkImageCacherator.h",
"$_src/core/SkImageGenerator.cpp",
"$_src/core/SkLights.cpp",
- "$_src/core/SkLinearBitmapPipeline.cpp",
- "$_src/core/SkLinearBitmapPipeline.h",
- "$_src/core/SkLinearBitmapPipeline_core.h",
- "$_src/core/SkLinearBitmapPipeline_matrix.h",
- "$_src/core/SkLinearBitmapPipeline_tile.h",
- "$_src/core/SkLinearBitmapPipeline_sample.h",
"$_src/core/SkLineClipper.cpp",
"$_src/core/SkLiteDL.cpp",
"$_src/core/SkLiteRecorder.cpp",