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

Issue 474623002: Add new API to allow layer hoisting/atlasing across picture piles

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

Description

Add new API to allow layer hoisting/atlasing across picture piles This has been split into: Refactor GrLayerCache for new API - https://codereview.chromium.org/476833004/ Rename GPUAccelData to GrAccelData - https://codereview.chromium.org/482773002/ Split up monolithic EXPERIMENTAL_drawPicture method - https://codereview.chromium.org/489103002/ The API in this patch has been abandoned in favor of (SkMultiPictureDraw API - https://codereview.chromium.org/491313003/) This has become too garbled to be useful.

Patch Set 1 #

Patch Set 2 : Fixed #

Patch Set 3 : update #

Patch Set 4 : patch #

Patch Set 5 : update to ToT #

Patch Set 6 : cleaned up #

Patch Set 7 : update to ToT (again) #

Patch Set 8 : update dox #

Patch Set 9 : patch #

Patch Set 10 : Remove old API #

Patch Set 11 : Rm whitespace #

Patch Set 12 : Update to ToT #

Patch Set 13 : cleanup #

Patch Set 14 : more cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -55 lines) Patch
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +213 lines, -55 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/gl/SkGLContextHelper.cpp View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M tools/bench_pictures_main.cpp View 1 2 2 chunks +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698