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

Issue 1995233003: Test color correction in DM (Closed)

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

Description

Test color correction in DM This will allow me to test and visualize some assumptions on parsing and applying color profiles. Also, it should help me find and fix bugs. This is certainly not an optimized implementation, and, as far as I know, it doesn't take any shortcuts to improve performance. We'll probably want to do both of these once we know where it fits in the pipeline. Right now this test is only run on an arbitrary set of ~100 images from the top 10k skps. I'll continue to add more "interesting" images and probably tweak the code as necessary. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1995233003 Committed: https://skia.googlesource.com/skia/+/888dc16684da2158702639be2023f998b7c27f66

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Response to comments #

Patch Set 3 : Rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -19 lines) Patch
M dm/DM.cpp View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M dm/DMSrcSink.h View 2 chunks +10 lines, -1 line 0 comments Download
M dm/DMSrcSink.cpp View 1 2 4 chunks +84 lines, -10 lines 2 comments Download
A resources/monitor_profiles/HP_ZR30w.icc View Binary file 0 comments Download
M src/core/SkColorSpace.cpp View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M src/core/SkColorSpace_Base.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (18 generated)
msarett
4 years, 7 months ago (2016-05-23 15:19:06 UTC) #10
scroggo
lgtm https://codereview.chromium.org/1995233003/diff/80001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1995233003/diff/80001/dm/DMSrcSink.cpp#newcode871 dm/DMSrcSink.cpp:871: uint32_t width = info.width(); Why did you store ...
4 years, 7 months ago (2016-05-23 16:12:38 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995233003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995233003/100001
4 years, 7 months ago (2016-05-23 16:17:54 UTC) #13
msarett
https://codereview.chromium.org/1995233003/diff/80001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1995233003/diff/80001/dm/DMSrcSink.cpp#newcode871 dm/DMSrcSink.cpp:871: uint32_t width = info.width(); On 2016/05/23 16:12:38, scroggo wrote: ...
4 years, 7 months ago (2016-05-23 16:20:03 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995233003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995233003/120001
4 years, 7 months ago (2016-05-23 16:20:15 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/3727)
4 years, 7 months ago (2016-05-23 16:34:36 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995233003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995233003/140001
4 years, 7 months ago (2016-05-23 16:43:25 UTC) #21
scroggo
https://codereview.chromium.org/1995233003/diff/140001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1995233003/diff/140001/dm/DMSrcSink.cpp#newcode888 dm/DMSrcSink.cpp:888: case kDst_HPZR30w_Mode: { It almost seems like this should ...
4 years, 7 months ago (2016-05-23 16:57:25 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 16:57:57 UTC) #24
msarett
https://codereview.chromium.org/1995233003/diff/140001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1995233003/diff/140001/dm/DMSrcSink.cpp#newcode888 dm/DMSrcSink.cpp:888: case kDst_HPZR30w_Mode: { On 2016/05/23 16:57:25, scroggo wrote: > ...
4 years, 7 months ago (2016-05-23 17:07:58 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995233003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995233003/140001
4 years, 7 months ago (2016-05-23 17:20:03 UTC) #28
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 17:21:21 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:140001) as
https://skia.googlesource.com/skia/+/888dc16684da2158702639be2023f998b7c27f66

Powered by Google App Engine
This is Rietveld 408576698