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

Issue 1375153007: Dynamically allocate the GrDrawContexts (Closed)

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

Description

Dynamically allocate the GrDrawContexts This CL moves the allocation and storage of the GrTextContexts into the DrawingManager. The GrDrawContexts now just get their GrTextContext from the DrawingManager. Committed: https://skia.googlesource.com/skia/+/2d70dcbe5cf4b1d26bb03070d4f8cffd756dd509

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : Fix bug #

Patch Set 4 : Fix more bugs #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -54 lines) Patch
M include/gpu/GrContext.h View 1 4 chunks +16 lines, -7 lines 2 comments Download
M include/gpu/GrDrawContext.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 5 chunks +36 lines, -19 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 3 8 chunks +21 lines, -23 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
robertphillips
5 years, 2 months ago (2015-10-05 20:39:20 UTC) #2
bsalomon
https://codereview.chromium.org/1375153007/diff/60001/include/gpu/GrContext.h File include/gpu/GrContext.h (right): https://codereview.chromium.org/1375153007/diff/60001/include/gpu/GrContext.h#newcode186 include/gpu/GrContext.h:186: GrTextContext* textContext(const SkSurfaceProps& surfaceProps, GrRenderTarget* rt) { Should we ...
5 years, 2 months ago (2015-10-06 13:42:42 UTC) #3
robertphillips
https://codereview.chromium.org/1375153007/diff/60001/include/gpu/GrContext.h File include/gpu/GrContext.h (right): https://codereview.chromium.org/1375153007/diff/60001/include/gpu/GrContext.h#newcode186 include/gpu/GrContext.h:186: GrTextContext* textContext(const SkSurfaceProps& surfaceProps, GrRenderTarget* rt) { On 2015/10/06 ...
5 years, 2 months ago (2015-10-06 13:50:58 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/1375153007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375153007/60001
5 years, 2 months ago (2015-10-06 14:00:25 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-06 14:06:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375153007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375153007/60001
5 years, 2 months ago (2015-10-06 14:37:49 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-06 14:38:27 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/2d70dcbe5cf4b1d26bb03070d4f8cffd756dd509

Powered by Google App Engine
This is Rietveld 408576698