Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2667)

Issue 6401057: render_pictures can now do tiling based rendering. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by keyar
Modified:
12 years, 1 month ago
Reviewers:
junov1, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

render_pictures can now do tiling based rendering. Committed: https://code.google.com/p/skia/source/detail?r=4707

Patch Set 1 #

Patch Set 2 : Fixed help #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -2 lines) Patch
M tools/render_pictures_main.cpp View 1 2 3 4 4 chunks +97 lines, -2 lines 0 comments Download

Messages

Total messages: 6
keyar
12 years, 1 month ago (2012-07-17 22:55:27 UTC) #1
junov1
https://codereview.appspot.com/6401057/diff/2001/tools/render_pictures_main.cpp File tools/render_pictures_main.cpp (right): https://codereview.appspot.com/6401057/diff/2001/tools/render_pictures_main.cpp#newcode23 tools/render_pictures_main.cpp:23: const int DEFAULT_TILE_HEIGHT = 256; use kCamelCase in an ...
12 years, 1 month ago (2012-07-19 14:38:09 UTC) #2
keyar
Added reviewer requested changes.
12 years, 1 month ago (2012-07-19 18:05:14 UTC) #3
junov1
https://codereview.appspot.com/6401057/diff/6003/tools/render_pictures_main.cpp File tools/render_pictures_main.cpp (right): https://codereview.appspot.com/6401057/diff/6003/tools/render_pictures_main.cpp#newcode165 tools/render_pictures_main.cpp:165: SkTArray<TileInfo> tiles; Use SkTDArray for POD types.
12 years, 1 month ago (2012-07-19 20:59:30 UTC) #4
keyar
A SkTDArray is being used for the tiles instead of an SkTArray.
12 years, 1 month ago (2012-07-19 21:14:46 UTC) #5
junov1
12 years, 1 month ago (2012-07-20 18:59:38 UTC) #6
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b