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

Issue 1707883002: lcd blits for sRGB (Closed)

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

Description

lcd blits for sRGB Unimplemented for F16 for the moment, but not needed yet. Surprisingly not much slower than current impl (not srgb correct) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1707883002 Committed: https://skia.googlesource.com/skia/+/4528c867c4ba65fdf5cfd6de35ea4c36a16c73f6

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 17

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : more clarity on names/docs for new flags #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -3 lines) Patch
M include/core/SkXfermode.h View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 1 comment Download
M src/core/SkBlitter_PM4f.cpp View 4 chunks +70 lines, -3 lines 0 comments Download
M src/core/SkXfermode4f.cpp View 1 2 3 4 5 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (11 generated)
reed1
ptal
4 years, 10 months ago (2016-02-18 03:21:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707883002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707883002/40001
4 years, 10 months ago (2016-02-18 03:22:07 UTC) #7
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 10 months ago (2016-02-18 03:22:08 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/6307) Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, ...
4 years, 10 months ago (2016-02-18 03:23:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707883002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707883002/60001
4 years, 10 months ago (2016-02-18 03:25:38 UTC) #12
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full ...
4 years, 10 months ago (2016-02-18 09:22:00 UTC) #14
mtklein
https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h File include/core/SkXfermode.h (right): https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h#newcode254 include/core/SkXfermode.h:254: kDstIsLinearInt_LCDFlag = 1 << 2, // srgb or float ...
4 years, 10 months ago (2016-02-18 13:35:56 UTC) #15
reed1
https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h File include/core/SkXfermode.h (right): https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h#newcode254 include/core/SkXfermode.h:254: kDstIsLinearInt_LCDFlag = 1 << 2, // srgb or float ...
4 years, 10 months ago (2016-02-18 15:11:35 UTC) #16
f(malita)
lgtm but deferring to Mike/Herb. https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h File include/core/SkXfermode.h (right): https://codereview.chromium.org/1707883002/diff/60001/include/core/SkXfermode.h#newcode254 include/core/SkXfermode.h:254: kDstIsLinearInt_LCDFlag = 1 << ...
4 years, 10 months ago (2016-02-18 15:37:14 UTC) #17
reed1
The else for kLinearInt is either sRGB or half-float. Since half-float is "linear", I wanted ...
4 years, 10 months ago (2016-02-18 15:53:26 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707883002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707883002/120001
4 years, 10 months ago (2016-02-18 15:53:36 UTC) #21
mtklein
lgtm https://codereview.chromium.org/1707883002/diff/120001/include/core/SkXfermode.h File include/core/SkXfermode.h (right): https://codereview.chromium.org/1707883002/diff/120001/include/core/SkXfermode.h#newcode254 include/core/SkXfermode.h:254: kDstIsLinearInt_LCDFlag = 1 << 2, // else srgb/half-float ...
4 years, 10 months ago (2016-02-18 16:10:20 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 16:16:40 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/4528c867c4ba65fdf5cfd6de35ea4c36a16c73f6

Powered by Google App Engine
This is Rietveld 408576698