Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(23)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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.
More Reviews
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
#
Created:
6 years, 4 months ago
Download
[raw]
[tar.bz2]
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
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:
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 0
This is Rietveld
408576698