Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Issue 1967283002: All source types working for linear pipeline. (Closed)

Created:
4 years, 7 months ago by herb_g
Modified:
4 years, 7 months ago
Reviewers:
Brian Osman, f(malita)
CC:
reviews_skia.org, msarett
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution. This seems to fix all the bugs involved with make all the images produced by the codec to default to sRGB. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1967283002 Committed: https://skia.googlesource.com/skia/+/670f01f2fc88f02ec9a6f1b47af29daeadc3b301

Patch Set 1 #

Patch Set 2 : All source types working for linear pipeline. #

Total comments: 2

Patch Set 3 : Fix benchmark. #

Total comments: 4

Patch Set 4 : use black const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -53 lines) Patch
M bench/SkLinearBitmapPipelineBench.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gm/SkLinearBitmapPipelineGM.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 3 chunks +4 lines, -19 lines 0 comments Download
M src/core/SkLinearBitmapPipeline.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkLinearBitmapPipeline.cpp View 1 4 chunks +43 lines, -26 lines 0 comments Download
M src/core/SkLinearBitmapPipeline_sample.h View 1 6 chunks +70 lines, -5 lines 0 comments Download
M src/core/SkPM4fPriv.h View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
herb_g
All source types working for linear pipeline.
4 years, 7 months ago (2016-05-12 21:50:00 UTC) #2
herb_g
4 years, 7 months ago (2016-05-12 21:53:40 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1967283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1967283002/20001
4 years, 7 months ago (2016-05-12 21:53:55 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/8556)
4 years, 7 months ago (2016-05-12 21:56:50 UTC) #9
Brian Osman
https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h File src/core/SkPM4fPriv.h (right): https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h#newcode66 src/core/SkPM4fPriv.h:66: // SkColor has an ordering of (b, g, r, ...
4 years, 7 months ago (2016-05-12 23:28:38 UTC) #11
herb_g
Fix benchmark.
4 years, 7 months ago (2016-05-13 14:38:02 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1967283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1967283002/40001
4 years, 7 months ago (2016-05-13 14:38:25 UTC) #14
herb_g
https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h File src/core/SkPM4fPriv.h (right): https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h#newcode66 src/core/SkPM4fPriv.h:66: // SkColor has an ordering of (b, g, r, ...
4 years, 7 months ago (2016-05-13 14:55:24 UTC) #15
Brian Osman
On 2016/05/13 14:55:24, herb_g wrote: > https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h > File src/core/SkPM4fPriv.h (right): > > https://codereview.chromium.org/1967283002/diff/20001/src/core/SkPM4fPriv.h#newcode66 > ...
4 years, 7 months ago (2016-05-13 15:00:27 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-13 15:01:46 UTC) #18
f(malita)
lgtm https://codereview.chromium.org/1967283002/diff/40001/bench/SkLinearBitmapPipelineBench.cpp File bench/SkLinearBitmapPipelineBench.cpp (right): https://codereview.chromium.org/1967283002/diff/40001/bench/SkLinearBitmapPipelineBench.cpp#newcode150 bench/SkLinearBitmapPipelineBench.cpp:150: fInvert, filterQuality, fXTile, fYTile, paintColor, srcPixmap}; Nit: s/paintColor/SK_ColorBLACK/ ...
4 years, 7 months ago (2016-05-13 16:10:40 UTC) #19
herb_g
use black const
4 years, 7 months ago (2016-05-13 16:40:47 UTC) #20
herb_g
https://codereview.chromium.org/1967283002/diff/40001/bench/SkLinearBitmapPipelineBench.cpp File bench/SkLinearBitmapPipelineBench.cpp (right): https://codereview.chromium.org/1967283002/diff/40001/bench/SkLinearBitmapPipelineBench.cpp#newcode150 bench/SkLinearBitmapPipelineBench.cpp:150: fInvert, filterQuality, fXTile, fYTile, paintColor, srcPixmap}; On 2016/05/13 16:10:39, ...
4 years, 7 months ago (2016-05-13 16:42:24 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1967283002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1967283002/60001
4 years, 7 months ago (2016-05-13 16:42:47 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 17:04:49 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/670f01f2fc88f02ec9a6f1b47af29daeadc3b301

Powered by Google App Engine
This is Rietveld 408576698