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

Issue 732653004: option to return drawable from recording (Closed)

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

Description

option to return drawable from recording patch from issue 747033005 at patchset 80001 (http://crrev.com/747033005#ps80001) BUG=skia: Committed: https://skia.googlesource.com/skia/+/1bdfd3f4f09e47364f76d3f08177b1ce844ac786

Patch Set 1 #

Patch Set 2 : plumb pictlist down to layer hoister #

Total comments: 22

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : rebase #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -117 lines) Patch
M include/core/SkPicture.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M include/core/SkPictureRecorder.h View 1 2 3 4 5 3 chunks +29 lines, -7 lines 0 comments Download
M samplecode/SampleArc.cpp View 1 2 9 chunks +27 lines, -24 lines 0 comments Download
M src/core/SkCanvasDrawable.h View 3 chunks +3 lines, -6 lines 0 comments Download
M src/core/SkCanvasDrawable.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkPicture.cpp View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkPictureRecorder.cpp View 1 2 3 4 5 6 chunks +92 lines, -12 lines 0 comments Download
M src/core/SkRecord.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkRecordDraw.h View 1 4 chunks +10 lines, -3 lines 0 comments Download
M src/core/SkRecordDraw.cpp View 1 12 chunks +37 lines, -14 lines 0 comments Download
M src/core/SkRecorder.h View 1 2 3 4 5 3 chunks +21 lines, -4 lines 0 comments Download
M src/core/SkRecorder.cpp View 3 chunks +28 lines, -21 lines 0 comments Download
M src/gpu/GrRecordReplaceDraw.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/PictureTest.cpp View 1 2 3 4 2 chunks +12 lines, -6 lines 0 comments Download
M tests/RecordDrawTest.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M tools/DumpRecord.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (11 generated)
reed1
6 years ago (2014-11-24 13:40:05 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/20001
6 years ago (2014-11-24 15:12:33 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 ago (2014-11-24 15:12:34 UTC) #5
reed1
sorry for the follow-the-bouncing-CL. I believe this one is ready for review.
6 years ago (2014-11-24 15:28:03 UTC) #7
robertphillips
https://codereview.chromium.org/732653004/diff/20001/include/core/SkPictureRecorder.h File include/core/SkPictureRecorder.h (right): https://codereview.chromium.org/732653004/diff/20001/include/core/SkPictureRecorder.h#newcode75 include/core/SkPictureRecorder.h:75: // Is it too early for a comment ? ...
6 years ago (2014-11-24 15:42:02 UTC) #8
reed1
https://codereview.chromium.org/732653004/diff/20001/include/core/SkPictureRecorder.h File include/core/SkPictureRecorder.h (right): https://codereview.chromium.org/732653004/diff/20001/include/core/SkPictureRecorder.h#newcode75 include/core/SkPictureRecorder.h:75: On 2014/11/24 15:42:02, robertphillips wrote: > // Is it ...
6 years ago (2014-11-24 17:10:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/40001
6 years ago (2014-11-24 17:11:12 UTC) #11
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years ago (2014-11-24 17:11:13 UTC) #12
robertphillips
This l g t m - would anyone else like to chime in? https://codereview.chromium.org/732653004/diff/40001/src/core/SkPictureRecorder.cpp File ...
6 years ago (2014-11-24 17:26:10 UTC) #13
mtklein
Think it's time to start pillaging src/animator for names, e.g. SkDrawable? https://codereview.chromium.org/732653004/diff/20001/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): ...
6 years ago (2014-11-24 17:29:41 UTC) #14
reed1
PTAL #4 https://codereview.chromium.org/732653004/diff/20001/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): https://codereview.chromium.org/732653004/diff/20001/src/core/SkPictureRecorder.cpp#newcode127 src/core/SkPictureRecorder.cpp:127: if (fDrawableList) { On 2014/11/24 17:29:41, mtklein ...
6 years ago (2014-11-24 19:12:08 UTC) #16
mtklein
lgtm
6 years ago (2014-11-24 19:36:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/60001
6 years ago (2014-11-24 20:00:54 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/80001
6 years ago (2014-11-24 20:04:44 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/1179)
6 years ago (2014-11-24 20:15:26 UTC) #23
reed1
On 2014/11/24 20:15:26, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years ago (2014-11-24 20:20:43 UTC) #24
mtklein
On 2014/11/24 20:20:43, reed1 wrote: > On 2014/11/24 20:15:26, I haz the power (commit-bot) wrote: ...
6 years ago (2014-11-24 20:26:32 UTC) #25
reed1
with optimized end-recording-as-picture code restored. PTAL
6 years ago (2014-11-24 22:28:33 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/100001
6 years ago (2014-11-24 22:29:51 UTC) #28
reed1
mtklein, can you re-compare the perf w/ the old code restored?
6 years ago (2014-11-24 22:33:11 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732653004/100001
6 years ago (2014-11-24 22:38:03 UTC) #32
mtklein
On 2014/11/24 22:38:03, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years ago (2014-11-24 22:38:35 UTC) #33
commit-bot: I haz the power
6 years ago (2014-11-24 22:41:55 UTC) #34
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/1bdfd3f4f09e47364f76d3f08177b1ce844ac786

Powered by Google App Engine
This is Rietveld 408576698