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

Issue 1240093004: SkPictureImageGenerator (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : drop redundant fInfo #

Patch Set 3 : correct installPixel result test #

Patch Set 4 : drop redundant assert #

Patch Set 5 : review comments #

Patch Set 6 : added GM #

Total comments: 8

Patch Set 7 : Win warnings #

Patch Set 8 : review comments #

Patch Set 9 : rebased, review nit #

Patch Set 10 : build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -0 lines) Patch
A gm/pictureimagegenerator.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +186 lines, -0 lines 0 comments Download
M gyp/core.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkImageGenerator.h View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
A src/core/SkPictureImageGenerator.cpp View 1 2 3 4 5 6 7 8 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (18 generated)
f(malita)
WIP. At this point I can only guarantee that it builds :)
5 years, 5 months ago (2015-07-17 18:09:12 UTC) #1
reed1
We should consider allowing the client to tell us that the resulting image will be ...
5 years, 5 months ago (2015-07-17 18:25:42 UTC) #3
f(malita)
Now on to actually trying this out... https://codereview.chromium.org/1240093004/diff/1/src/core/SkPictureImageGenerator.h File src/core/SkPictureImageGenerator.h (right): https://codereview.chromium.org/1240093004/diff/1/src/core/SkPictureImageGenerator.h#newcode19 src/core/SkPictureImageGenerator.h:19: static SkImageGenerator* ...
5 years, 5 months ago (2015-07-17 18:39:01 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/100001
5 years, 5 months ago (2015-07-20 16:44:02 UTC) #6
f(malita)
New GM: http://i.imgur.com/mxbdwBV.png PTAL
5 years, 5 months ago (2015-07-20 16:46:17 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/2110)
5 years, 5 months ago (2015-07-20 16:50:04 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/120001
5 years, 5 months ago (2015-07-20 16:53:57 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-20 17:13:00 UTC) #13
robertphillips
https://codereview.chromium.org/1240093004/diff/100001/gm/pictureimagegenerator.cpp File gm/pictureimagegenerator.cpp (right): https://codereview.chromium.org/1240093004/diff/100001/gm/pictureimagegenerator.cpp#newcode20 gm/pictureimagegenerator.cpp:20: static ? no namespace ? https://codereview.chromium.org/1240093004/diff/100001/gm/pictureimagegenerator.cpp#newcode100 gm/pictureimagegenerator.cpp:100: // This ...
5 years, 5 months ago (2015-07-20 17:32:43 UTC) #14
f(malita)
https://codereview.chromium.org/1240093004/diff/100001/gm/pictureimagegenerator.cpp File gm/pictureimagegenerator.cpp (right): https://codereview.chromium.org/1240093004/diff/100001/gm/pictureimagegenerator.cpp#newcode20 gm/pictureimagegenerator.cpp:20: On 2015/07/20 17:32:43, robertphillips wrote: > static ? no ...
5 years, 5 months ago (2015-07-20 20:13:38 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/140001
5 years, 5 months ago (2015-07-20 20:14:08 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-20 20:21:12 UTC) #19
reed1
nit: seems like we don't need a separate header for the subclass, as it can ...
5 years, 4 months ago (2015-07-27 20:24:59 UTC) #20
f(malita)
On 2015/07/27 20:24:59, reed1 wrote: > nit: seems like we don't need a separate header ...
5 years, 4 months ago (2015-08-04 17:37:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1240093004/160001
5 years, 4 months ago (2015-08-04 17:38:03 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2368) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 4 months ago (2015-08-04 17:38:50 UTC) #26
reed1
forget to add a private header?
5 years, 4 months ago (2015-08-04 17:39:27 UTC) #27
f(malita)
On 2015/08/04 17:39:27, reed1 wrote: > forget to add a private header? Hmm, I had ...
5 years, 4 months ago (2015-08-04 17:43:01 UTC) #28
f(malita)
On 2015/08/04 17:43:01, f(malita) wrote: > On 2015/08/04 17:39:27, reed1 wrote: > > forget to ...
5 years, 4 months ago (2015-08-04 17:44:37 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1240093004/180001
5 years, 4 months ago (2015-08-04 17:44:57 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2370) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
5 years, 4 months ago (2015-08-04 17:45:19 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1240093004/180001
5 years, 4 months ago (2015-08-04 17:46:26 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2372) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
5 years, 4 months ago (2015-08-04 17:46:48 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1240093004/180001
5 years, 4 months ago (2015-08-04 17:51:57 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2374) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
5 years, 4 months ago (2015-08-04 17:52:20 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240093004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1240093004/180001
5 years, 4 months ago (2015-08-04 20:46:13 UTC) #44
commit-bot: I haz the power
5 years, 4 months ago (2015-08-04 20:53:18 UTC) #45
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/1dedc3d2c00468d9b4d0f0a8e69cb56acd08698f

Powered by Google App Engine
This is Rietveld 408576698