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

Issue 2165703003: Adding an SkColorSpace to SkImage_Gpu (Closed)

Created:
4 years, 5 months ago by Brian Osman
Modified:
4 years, 5 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

Patch Set 1 #

Total comments: 10

Patch Set 2 : s/NULL/nullptr/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -50 lines) Patch
M gm/image_pict.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkImage.h View 1 8 chunks +28 lines, -12 lines 0 comments Download
M include/gpu/SkGr.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkSpecialImage.cpp View 3 chunks +6 lines, -3 lines 0 comments Download
M src/gpu/GrTextureParamsAdjuster.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/gpu/SkGr.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M src/image/SkImage.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M src/image/SkImage_Gpu.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 10 chunks +36 lines, -23 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (14 generated)
Brian Osman
Brian really didn't want more fields in the BackendDesc structs, so color space is a ...
4 years, 5 months ago (2016-07-20 15:25:57 UTC) #5
bsalomon
https://codereview.chromium.org/2165703003/diff/1/gm/image_pict.cpp File gm/image_pict.cpp (right): https://codereview.chromium.org/2165703003/diff/1/gm/image_pict.cpp#newcode335 gm/image_pict.cpp:335: sk_ref_sp(cache->info().colorSpace()), This makes me wish colorSpace() returned sk_sp, but ...
4 years, 5 months ago (2016-07-20 17:14:27 UTC) #8
robertphillips
https://codereview.chromium.org/2165703003/diff/1/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/2165703003/diff/1/include/core/SkImage.h#newcode92 include/core/SkImage.h:92: static sk_sp<SkImage> MakeFromTexture(GrContext* ctx, const GrBackendTextureDesc& desc) { make ...
4 years, 5 months ago (2016-07-20 17:25:39 UTC) #9
Brian Osman
Fixed all the NULLs, added some comments. https://codereview.chromium.org/2165703003/diff/1/gm/image_pict.cpp File gm/image_pict.cpp (right): https://codereview.chromium.org/2165703003/diff/1/gm/image_pict.cpp#newcode335 gm/image_pict.cpp:335: sk_ref_sp(cache->info().colorSpace()), On ...
4 years, 5 months ago (2016-07-20 17:34:05 UTC) #10
robertphillips
lgtm
4 years, 5 months ago (2016-07-20 18:04:15 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165703003/20001
4 years, 5 months ago (2016-07-20 18:10:04 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on master.client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/11482)
4 years, 5 months ago (2016-07-20 18:11:34 UTC) #19
Brian Osman
PTAL, bsalomon@ ... public API changes
4 years, 5 months ago (2016-07-20 18:19:59 UTC) #20
bsalomon
lgtm
4 years, 5 months ago (2016-07-20 20:47:26 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165703003/20001
4 years, 5 months ago (2016-07-20 20:54:45 UTC) #23
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 20:55:43 UTC) #25
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/dddbe380b0e6b690041a4e020aefe57f1b21691a

Powered by Google App Engine
This is Rietveld 408576698