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

Issue 1579323002: Add SkSpecialImage & SkSpecialSurface classes (Closed)

Created:
4 years, 11 months ago by robertphillips
Modified:
4 years, 10 months ago
Reviewers:
bsalomon, reed1
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 : update #

Patch Set 3 : Clean up #

Total comments: 12

Patch Set 4 : Address code review comments #

Total comments: 6

Patch Set 5 : update #

Patch Set 6 : updated from conversation #

Total comments: 2

Patch Set 7 : update to ToT #

Patch Set 8 : Someone removed SK_ALWAYSBREAK #

Patch Set 9 : Fix other version issues (e.g., noGpu) #

Patch Set 10 : Fix another no-gpu issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+848 lines, -0 lines) Patch
M gyp/core.gypi View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M include/core/SkPixelRef.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/core/SkSpecialImage.h View 1 2 3 4 5 1 chunk +84 lines, -0 lines 0 comments Download
A src/core/SkSpecialImage.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +224 lines, -0 lines 0 comments Download
A src/core/SkSpecialSurface.h View 1 2 3 4 5 1 chunk +93 lines, -0 lines 0 comments Download
A src/core/SkSpecialSurface.cpp View 1 2 3 4 5 6 7 8 1 chunk +177 lines, -0 lines 0 comments Download
A tests/SpecialImageTest.cpp View 1 2 3 4 5 6 7 1 chunk +150 lines, -0 lines 0 comments Download
A tests/SpecialSurfaceTest.cpp View 1 2 3 4 5 6 7 1 chunk +115 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (16 generated)
robertphillips
4 years, 11 months ago (2016-01-13 20:30:40 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/1579323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/40001
4 years, 11 months ago (2016-01-13 20:30:51 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-13 20:47:43 UTC) #8
bsalomon
https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp#newcode13 src/core/SkSpecialImage.cpp:13: class SkSpecialImage_Base : public SkSpecialImage { Wondering why the ...
4 years, 11 months ago (2016-01-13 21:39:17 UTC) #9
reed1
https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.h File src/core/SkSpecialImage.h (right): https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.h#newcode52 src/core/SkSpecialImage.h:52: const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const; nit: bool ...
4 years, 11 months ago (2016-01-14 13:52:55 UTC) #10
bsalomon
On 2016/01/13 21:39:17, bsalomon wrote: > https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp > File src/core/SkSpecialImage.cpp (right): > > https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp#newcode13 > ...
4 years, 11 months ago (2016-01-14 14:27:51 UTC) #11
robertphillips
https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.cpp#newcode13 src/core/SkSpecialImage.cpp:13: class SkSpecialImage_Base : public SkSpecialImage { On 2016/01/13 21:39:17, ...
4 years, 11 months ago (2016-01-14 14:43:59 UTC) #12
robertphillips
New version - PTAL. https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.h File src/core/SkSpecialImage.h (right): https://codereview.chromium.org/1579323002/diff/40001/src/core/SkSpecialImage.h#newcode25 src/core/SkSpecialImage.h:25: * - it can be ...
4 years, 11 months ago (2016-01-14 19:58:55 UTC) #13
bsalomon
https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h File src/core/SkSpecialImage.h (right): https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h#newcode34 src/core/SkSpecialImage.h:34: const SkIRect& activeRect() const { return fActiveRect; } width() ...
4 years, 11 months ago (2016-01-14 20:09:11 UTC) #14
robertphillips
https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h File src/core/SkSpecialImage.h (right): https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h#newcode34 src/core/SkSpecialImage.h:34: const SkIRect& activeRect() const { return fActiveRect; } I ...
4 years, 11 months ago (2016-01-15 13:12:47 UTC) #15
bsalomon
On 2016/01/15 13:12:47, robertphillips wrote: > https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h > File src/core/SkSpecialImage.h (right): > > https://codereview.chromium.org/1579323002/diff/60001/src/core/SkSpecialImage.h#newcode34 > ...
4 years, 11 months ago (2016-01-15 14:35:30 UTC) #16
robertphillips
This version hides the subset, peekPixels & peekTexture entry points and adds a factory function ...
4 years, 11 months ago (2016-01-15 18:09:05 UTC) #17
robertphillips
ping
4 years, 11 months ago (2016-01-19 15:10:18 UTC) #18
bsalomon
question, otherwise lgtm https://codereview.chromium.org/1579323002/diff/100001/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1579323002/diff/100001/src/core/SkSpecialImage.cpp#newcode82 src/core/SkSpecialImage.cpp:82: GrTexture* texture = fImage->getTexture(); Wondering about ...
4 years, 11 months ago (2016-01-19 16:29:47 UTC) #19
robertphillips
https://codereview.chromium.org/1579323002/diff/100001/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1579323002/diff/100001/src/core/SkSpecialImage.cpp#newcode82 src/core/SkSpecialImage.cpp:82: GrTexture* texture = fImage->getTexture(); So we may have to ...
4 years, 10 months ago (2016-02-04 17:20:44 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579323002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/120001
4 years, 10 months ago (2016-02-04 17:20:58 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/8243)
4 years, 10 months ago (2016-02-04 17:22:22 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579323002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/140001
4 years, 10 months ago (2016-02-04 17:41:36 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/5885)
4 years, 10 months ago (2016-02-04 17:42:39 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579323002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/160001
4 years, 10 months ago (2016-02-04 17:55:05 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/5830)
4 years, 10 months ago (2016-02-04 17:59:47 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579323002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/180001
4 years, 10 months ago (2016-02-04 18:17:34 UTC) #34
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-04 18:48:10 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579323002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579323002/180001
4 years, 10 months ago (2016-02-04 18:52:02 UTC) #39
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 18:52:46 UTC) #41
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/b6c65e99956b867e24bd5bd68ae37673a9fd4b27

Powered by Google App Engine
This is Rietveld 408576698