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

Issue 531733003: Reorganize Layer Hoisting code (Closed)

Created:
6 years, 3 months ago by robertphillips
Modified:
6 years, 3 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Reorganize Layer Hoisting code With the new MultiPictureDraw API the GrContext will be performing the layer hoisting (instead of the SkGpuDevice). This CL being moving the layer hoisting functionality to GrLayerHoister rather then dumping it straight into GrContext. Committed: https://skia.googlesource.com/skia/+/98d709bc8d0761df8e0ad35e92c06e500f0be50d

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address code review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -209 lines) Patch
M gyp/gpu.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M include/core/SkPicture.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/SkGpuDevice.h View 1 chunk +0 lines, -9 lines 0 comments Download
A src/gpu/GrLayerHoister.h View 1 1 chunk +55 lines, -0 lines 0 comments Download
A src/gpu/GrLayerHoister.cpp View 1 1 chunk +210 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 5 chunks +4 lines, -200 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
robertphillips
6 years, 3 months ago (2014-09-02 15:18:13 UTC) #2
bsalomon
https://codereview.chromium.org/531733003/diff/1/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/531733003/diff/1/include/core/SkPicture.h#newcode297 include/core/SkPicture.h:297: friend class SkGpuDevice; // for EXPERIMENTAL_getActiveOps/OperationList still need this, ...
6 years, 3 months ago (2014-09-02 15:26:20 UTC) #3
robertphillips
https://codereview.chromium.org/531733003/diff/1/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/531733003/diff/1/include/core/SkPicture.h#newcode297 include/core/SkPicture.h:297: friend class SkGpuDevice; // for EXPERIMENTAL_getActiveOps/OperationList For right now. ...
6 years, 3 months ago (2014-09-02 16:14:42 UTC) #4
bsalomon
lgtm https://codereview.chromium.org/531733003/diff/1/src/gpu/GrLayerHoister.h File src/gpu/GrLayerHoister.h (right): https://codereview.chromium.org/531733003/diff/1/src/gpu/GrLayerHoister.h#newcode18 src/gpu/GrLayerHoister.h:18: // This class collects the layer hoisting functionality ...
6 years, 3 months ago (2014-09-02 16:58:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/531733003/20001
6 years, 3 months ago (2014-09-02 17:12:58 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-02 17:20:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 98d709bc8d0761df8e0ad35e92c06e500f0be50d

Powered by Google App Engine
This is Rietveld 408576698