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

Issue 2211473002: Move GrContext::makeDrawContext to new GrContextPriv object (Closed)

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

Description

Move GrContext::makeDrawContext to new GrContextPriv object We don't want external clients to be able to call the wrapping makeDrawContext. The "creating" makeDrawContext needs to be public for external image filters. The 3 specialized drawContext creators on GrContextPriv (to wrap backend objects) are also to be kept from public use and will be used to remove SkSurface::MakeRenderTargetDirect. Split out of: https://codereview.chromium.org/2176333002/ (Remove SkSurface::MakeRenderTargetDirect) TBR=bsalomon@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2211473002 Committed: https://skia.googlesource.com/skia/+/4fd74aec9f6c68c66483bcc6735793440b1ba184

Patch Set 1 #

Patch Set 2 : add missing file #

Patch Set 3 : Fix fragment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -27 lines) Patch
M gyp/gpu.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/GrContext.h View 4 chunks +6 lines, -13 lines 0 comments Download
M src/gpu/GrContext.cpp View 6 chunks +63 lines, -8 lines 0 comments Download
A src/gpu/GrContextPriv.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
M src/gpu/GrRenderTarget.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M tests/RectangleTextureTest.cpp View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
robertphillips
4 years, 4 months ago (2016-08-03 18:15:46 UTC) #6
robertphillips
4 years, 4 months ago (2016-08-03 18:15:50 UTC) #7
jvanverth1
lgtm
4 years, 4 months ago (2016-08-03 20:32:34 UTC) #8
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/2211473002/40001
4 years, 4 months ago (2016-08-03 21:24:10 UTC) #14
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/12113)
4 years, 4 months ago (2016-08-03 21:25:40 UTC) #18
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/2211473002/40001
4 years, 4 months ago (2016-08-03 21:25:59 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 21:26:56 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/4fd74aec9f6c68c66483bcc6735793440b1ba184

Powered by Google App Engine
This is Rietveld 408576698