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

Issue 689673003: SkTaskGroup::batch(fn, args, N) (Closed)

Created:
6 years, 1 month ago by mtklein_C
Modified:
6 years, 1 month ago
Reviewers:
mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

SkTaskGroup::batch(fn, args, N) Porting QuiltTask isn't important in itself; this is mostly an API feeler. BUG=skia: Committed: https://skia.googlesource.com/skia/+/e71cd54ed4d83310d718490d40643c35b622b9f5

Patch Set 1 #

Patch Set 2 : simplify #

Total comments: 2

Patch Set 3 : pun fn pointers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -39 lines) Patch
M dm/DMQuiltTask.cpp View 1 2 2 chunks +23 lines, -29 lines 0 comments Download
M include/core/SkMultiPictureDraw.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M src/core/SkMultiPictureDraw.cpp View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkTaskGroup.h View 1 2 1 chunk +13 lines, -1 line 0 comments Download
M src/core/SkTaskGroup.cpp View 1 2 3 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
mtklein
6 years, 1 month ago (2014-10-29 18:39:48 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/689673003/20001
6 years, 1 month ago (2014-10-29 18:40:27 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 1 month ago (2014-10-29 18:40:27 UTC) #5
reed1
lgtm w/ questions https://codereview.chromium.org/689673003/diff/20001/src/utils/SkTaskGroup.h File src/utils/SkTaskGroup.h (right): https://codereview.chromium.org/689673003/diff/20001/src/utils/SkTaskGroup.h#newcode33 src/utils/SkTaskGroup.h:33: void batch(void (*fn)(void*), T* args, int ...
6 years, 1 month ago (2014-10-29 19:57:30 UTC) #6
reed1
I think you'll have to rebase, now that SkTaskGroup is in src/core
6 years, 1 month ago (2014-10-29 19:58:25 UTC) #7
commit-bot: I haz the power
Failed to apply patch for src/utils/SkTaskGroup.cpp: While running git apply --index -3 -p1; error: src/utils/SkTaskGroup.cpp: ...
6 years, 1 month ago (2014-10-29 19:58:39 UTC) #9
mtklein
https://codereview.chromium.org/689673003/diff/20001/src/utils/SkTaskGroup.h File src/utils/SkTaskGroup.h (right): https://codereview.chromium.org/689673003/diff/20001/src/utils/SkTaskGroup.h#newcode33 src/utils/SkTaskGroup.h:33: void batch(void (*fn)(void*), T* args, int N) { this->batch(fn, ...
6 years, 1 month ago (2014-10-29 20:01:00 UTC) #10
mtklein
> > 2. Can fn be defined to take T* instead of void*, as another ...
6 years, 1 month ago (2014-10-29 21:07:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/689673003/40001
6 years, 1 month ago (2014-10-29 21:09:07 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-10-29 21:17:18 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as e71cd54ed4d83310d718490d40643c35b622b9f5

Powered by Google App Engine
This is Rietveld 408576698