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

Issue 2031273002: Plumbing mipmaps to the point of creation. (Closed)

Created:
4 years, 6 months ago by cblume
Modified:
4 years, 6 months ago
Reviewers:
Brian Osman, bsalomon, reed1
CC:
reviews_skia.org, ericrk
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Plumbing mipmaps to the point of creation. When creating a DeferredTextureImage we may create mipmaps. Those mipmaps need to then be passed along for when the texture is actually created. R=bsalomon@google.com BUG=578304 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2031273002 Committed: https://skia.googlesource.com/skia/+/186d2d430ba248fea1e00669154b95252ac9a486

Patch Set 1 #

Total comments: 1

Patch Set 2 : Adding definition for non-gpu SkImage. #

Total comments: 3

Patch Set 3 : MakeTextureFromMipMap is now private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
M include/core/SkImage.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/gpu/SkGr.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M src/gpu/SkGrPriv.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/image/SkImage.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 1 chunk +13 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031273002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031273002/1
4 years, 6 months ago (2016-06-03 08:58:44 UTC) #3
cblume
PTAL
4 years, 6 months ago (2016-06-03 08:59:10 UTC) #4
cblume
https://codereview.chromium.org/2031273002/diff/1/src/gpu/SkGr.cpp File src/gpu/SkGr.cpp (right): https://codereview.chromium.org/2031273002/diff/1/src/gpu/SkGr.cpp#newcode399 src/gpu/SkGr.cpp:399: const GrCaps* caps = ctx->caps(); Should I be checking ...
4 years, 6 months ago (2016-06-03 09:04:08 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031273002/20001
4 years, 6 months ago (2016-06-03 09:12:40 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 09:26:12 UTC) #9
bsalomon
https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h#newcode146 include/core/SkImage.h:146: static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&, Do we need this ...
4 years, 6 months ago (2016-06-03 14:41:52 UTC) #10
reed1
https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h#newcode146 include/core/SkImage.h:146: static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&, On 2016/06/03 14:41:52, bsalomon ...
4 years, 6 months ago (2016-06-03 15:59:47 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031273002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031273002/40001
4 years, 6 months ago (2016-06-03 16:22:07 UTC) #14
cblume
https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/2031273002/diff/20001/include/core/SkImage.h#newcode146 include/core/SkImage.h:146: static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&, On 2016/06/03 15:59:47, reed1 ...
4 years, 6 months ago (2016-06-03 16:22:40 UTC) #15
bsalomon
lgtm
4 years, 6 months ago (2016-06-03 16:30:57 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 16:49:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031273002/40001
4 years, 6 months ago (2016-06-03 18:16:47 UTC) #20
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 18:17:45 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/186d2d430ba248fea1e00669154b95252ac9a486

Powered by Google App Engine
This is Rietveld 408576698