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

Issue 1684623002: implement more xfermodeproc4f and add GM (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 #

Total comments: 3

Patch Set 2 : remove unnecessary pins, and add assert #

Total comments: 19

Patch Set 3 : apply suggested expression simplifications #

Patch Set 4 : finish refactoring from #12 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+485 lines, -133 lines) Patch
M gm/xfermodes.cpp View 4 chunks +186 lines, -69 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 16 chunks +299 lines, -64 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
reed1
ptal Next round can be to share/merge with the existing 16bit xfermodes.
4 years, 10 months ago (2016-02-09 16:31:22 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1684623002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1684623002/1
4 years, 10 months ago (2016-02-09 16:31:31 UTC) #4
mtklein
https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp#newcode198 src/core/SkXfermode.cpp:198: return color_alpha(pin_0_1(tmp - s * d), tmp); defintely can't ...
4 years, 10 months ago (2016-02-09 16:45:27 UTC) #5
mtklein
https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp#newcode198 src/core/SkXfermode.cpp:198: return color_alpha(pin_0_1(tmp - s * d), tmp); On 2016/02/09 ...
4 years, 10 months ago (2016-02-09 16:49:01 UTC) #6
reed1
https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/1/src/core/SkXfermode.cpp#newcode198 src/core/SkXfermode.cpp:198: return color_alpha(pin_0_1(tmp - s * d), tmp); On 2016/02/09 ...
4 years, 10 months ago (2016-02-09 16:55:57 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/1684623002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1684623002/20001
4 years, 10 months ago (2016-02-09 16:56:10 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-09 17:24:51 UTC) #11
mtklein
https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp#newcode97 src/core/SkXfermode.cpp:97: return color_alpha(s - s * da + d - ...
4 years, 10 months ago (2016-02-09 17:25:52 UTC) #12
reed1
https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp#newcode97 src/core/SkXfermode.cpp:97: return color_alpha(s - s * da + d - ...
4 years, 10 months ago (2016-02-09 18:36:19 UTC) #13
reed1
https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp File src/core/SkXfermode.cpp (right): https://codereview.chromium.org/1684623002/diff/20001/src/core/SkXfermode.cpp#newcode112 src/core/SkXfermode.cpp:112: static inline float colordodge_f(float sc, float dc, float sa, ...
4 years, 10 months ago (2016-02-09 19:10:25 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1684623002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1684623002/60001
4 years, 10 months ago (2016-02-09 19:10:36 UTC) #16
mtklein
lgtm
4 years, 10 months ago (2016-02-09 19:29:19 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-09 19:35:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1684623002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1684623002/60001
4 years, 10 months ago (2016-02-09 19:58:47 UTC) #21
commit-bot: I haz the power
4 years, 10 months ago (2016-02-09 19:59:27 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/e71253298871403d37855c2c9e242469d4ed17cc

Powered by Google App Engine
This is Rietveld 408576698