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

Issue 1670063002: extend modecolorfilter to 4f (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

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : update gm #

Patch Set 4 : add unittest for new xfermodeproc4f #

Total comments: 3

Patch Set 5 : more prettier #

Total comments: 2

Patch Set 6 : remove pin for modulate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -40 lines) Patch
M gm/color4f.cpp View 1 2 3 chunks +10 lines, -6 lines 0 comments Download
M include/core/SkColor.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M include/core/SkXfermode.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/core/SkModeColorFilter.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkModeColorFilter.cpp View 1 2 3 1 chunk +12 lines, -2 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 4 5 15 chunks +125 lines, -30 lines 0 comments Download
M src/core/SkXfermode_proccoeff.h View 1 chunk +1 line, -0 lines 0 comments Download
M tests/SkColor4fTest.cpp View 1 2 3 2 chunks +44 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1670063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1670063002/20001
4 years, 10 months ago (2016-02-05 20:37:47 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 21:09:52 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/1670063002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1670063002/40001
4 years, 10 months ago (2016-02-05 21:14:12 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1670063002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1670063002/60001
4 years, 10 months ago (2016-02-05 21:33:08 UTC) #9
reed1
ptal
4 years, 10 months ago (2016-02-05 21:33:31 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 22:37:10 UTC) #13
reed1
4 years, 10 months ago (2016-02-08 13:43:23 UTC) #15
reed1
any comments?
4 years, 10 months ago (2016-02-08 17:24:02 UTC) #16
mtklein
https://codereview.chromium.org/1670063002/diff/60001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1670063002/diff/60001/src/core/SkXfermode.cpp#newcode102 src/core/SkXfermode.cpp:102: static SkPM4f srcover_proc4f(const SkPM4f& src, const SkPM4f& dst) { ...
4 years, 10 months ago (2016-02-08 18:27:22 UTC) #17
reed1
ptal https://codereview.chromium.org/1670063002/diff/60001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1670063002/diff/60001/src/core/SkXfermode.cpp#newcode102 src/core/SkXfermode.cpp:102: static SkPM4f srcover_proc4f(const SkPM4f& src, const SkPM4f& dst) ...
4 years, 10 months ago (2016-02-08 19:52:49 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1670063002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1670063002/80001
4 years, 10 months ago (2016-02-08 19:53:09 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-08 20:22:10 UTC) #22
mtklein
lgtm https://codereview.chromium.org/1670063002/diff/80001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1670063002/diff/80001/src/core/SkXfermode.cpp#newcode73 src/core/SkXfermode.cpp:73: return pin_1(s * inv_alpha(d) + d * inv_alpha(s) ...
4 years, 10 months ago (2016-02-08 20:25:07 UTC) #23
reed1
https://codereview.chromium.org/1670063002/diff/80001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1670063002/diff/80001/src/core/SkXfermode.cpp#newcode73 src/core/SkXfermode.cpp:73: return pin_1(s * inv_alpha(d) + d * inv_alpha(s) + ...
4 years, 10 months ago (2016-02-08 20:30:58 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1670063002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1670063002/100001
4 years, 10 months ago (2016-02-08 20:31:09 UTC) #27
reed1
4 years, 10 months ago (2016-02-08 20:38:00 UTC) #28
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 20:56:59 UTC) #30
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/3125565804054691b110b4731bc5a32070fab780

Powered by Google App Engine
This is Rietveld 408576698