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

Issue 1315353006: refactor parts of SkGr.cpp for use by SkImages (Closed)

Created:
5 years, 3 months ago by reed1
Modified:
5 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

refactor parts of SkGr.cpp for use by SkImages BUG=skia: Committed: https://skia.googlesource.com/skia/+/43fe6185c5043247c47daa450b015e26d86728fe

Patch Set 1 #

Patch Set 2 : had to keep sizes/rowbytes mutable for now :( #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : add enums for planes #

Total comments: 4

Patch Set 5 : fix header #

Total comments: 19

Patch Set 6 : address comments, fix leaks #

Total comments: 8

Patch Set 7 : fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -149 lines) Patch
M gyp/gpu.gypi View 1 chunk +3 lines, -1 line 0 comments Download
M include/gpu/SkGr.h View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
A src/gpu/GrYUVProvider.h View 1 2 3 4 5 6 1 chunk +69 lines, -0 lines 0 comments Download
A src/gpu/GrYUVProvider.cpp View 1 2 3 4 5 6 1 chunk +143 lines, -0 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 5 6 chunks +88 lines, -148 lines 0 comments Download

Messages

Total messages: 36 (14 generated)
reed1
ptal
5 years, 3 months ago (2015-09-04 14:43:53 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/20001
5 years, 3 months ago (2015-09-04 14:44:08 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 3 months ago (2015-09-04 14:44:09 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/3098)
5 years, 3 months ago (2015-09-04 14:51:50 UTC) #7
reed1
5 years, 3 months ago (2015-09-04 14:53:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/40001
5 years, 3 months ago (2015-09-04 14:54:17 UTC) #11
reed1
5 years, 3 months ago (2015-09-04 15:04:30 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/60001
5 years, 3 months ago (2015-09-04 15:05:20 UTC) #14
joshualitt
some nits https://codereview.chromium.org/1315353006/diff/40001/src/gpu/GrYUVProvider.cpp File src/gpu/GrYUVProvider.cpp (right): https://codereview.chromium.org/1315353006/diff/40001/src/gpu/GrYUVProvider.cpp#newcode36 src/gpu/GrYUVProvider.cpp:36: planes[0] = (void*)fCachedData->data(); enum kYPlane / kUPlane ...
5 years, 3 months ago (2015-09-04 15:16:13 UTC) #15
robertphillips
https://codereview.chromium.org/1315353006/diff/60001/src/gpu/GrYUVProvider.cpp File src/gpu/GrYUVProvider.cpp (right): https://codereview.chromium.org/1315353006/diff/60001/src/gpu/GrYUVProvider.cpp#newcode17 src/gpu/GrYUVProvider.cpp:17: do we need this namespace ? https://codereview.chromium.org/1315353006/diff/60001/src/gpu/GrYUVProvider.h File src/gpu/GrYUVProvider.h ...
5 years, 3 months ago (2015-09-04 15:20:54 UTC) #16
reed1
https://codereview.chromium.org/1315353006/diff/60001/src/gpu/GrYUVProvider.cpp File src/gpu/GrYUVProvider.cpp (right): https://codereview.chromium.org/1315353006/diff/60001/src/gpu/GrYUVProvider.cpp#newcode17 src/gpu/GrYUVProvider.cpp:17: On 2015/09/04 15:20:54, robertphillips wrote: > do we need ...
5 years, 3 months ago (2015-09-04 15:31:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/80001
5 years, 3 months ago (2015-09-04 15:31:16 UTC) #19
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full ...
5 years, 3 months ago (2015-09-04 20:44:05 UTC) #21
robertphillips
https://codereview.chromium.org/1315353006/diff/80001/include/gpu/SkGr.h File include/gpu/SkGr.h (right): https://codereview.chromium.org/1315353006/diff/80001/include/gpu/SkGr.h#newcode71 include/gpu/SkGr.h:71: // Returns 'kUnknown_GrPixelConfig' if 'data' does not represent a ...
5 years, 3 months ago (2015-09-08 13:34:35 UTC) #22
reed1
https://codereview.chromium.org/1315353006/diff/80001/include/gpu/SkGr.h File include/gpu/SkGr.h (right): https://codereview.chromium.org/1315353006/diff/80001/include/gpu/SkGr.h#newcode71 include/gpu/SkGr.h:71: On 2015/09/08 13:34:35, robertphillips wrote: > // Returns 'kUnknown_GrPixelConfig' ...
5 years, 3 months ago (2015-09-08 14:57:22 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/90001
5 years, 3 months ago (2015-09-08 14:57:45 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-08 15:02:33 UTC) #27
robertphillips
lgtm + nits https://codereview.chromium.org/1315353006/diff/90001/src/gpu/GrYUVProvider.cpp File src/gpu/GrYUVProvider.cpp (right): https://codereview.chromium.org/1315353006/diff/90001/src/gpu/GrYUVProvider.cpp#newcode18 src/gpu/GrYUVProvider.cpp:18: namespace { // comment ? https://codereview.chromium.org/1315353006/diff/90001/src/gpu/GrYUVProvider.cpp#newcode117 ...
5 years, 3 months ago (2015-09-08 15:04:47 UTC) #28
reed1
https://codereview.chromium.org/1315353006/diff/90001/src/gpu/GrYUVProvider.cpp File src/gpu/GrYUVProvider.cpp (right): https://codereview.chromium.org/1315353006/diff/90001/src/gpu/GrYUVProvider.cpp#newcode18 src/gpu/GrYUVProvider.cpp:18: namespace { On 2015/09/08 15:04:47, robertphillips wrote: > // ...
5 years, 3 months ago (2015-09-08 15:22:53 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/1315353006/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/110001
5 years, 3 months ago (2015-09-08 15:23:11 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315353006/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315353006/110001
5 years, 3 months ago (2015-09-08 15:30:21 UTC) #35
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 15:37:39 UTC) #36
Message was sent while issue was closed.
Committed patchset #7 (id:110001) as
https://skia.googlesource.com/skia/+/43fe6185c5043247c47daa450b015e26d86728fe

Powered by Google App Engine
This is Rietveld 408576698