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

Issue 6485056: Implemented power of two tiling. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by keyar
Modified:
11 years, 10 months ago
Reviewers:
nduca, bsalomon, benchen, junov1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Implemented power of two tiling. Committed https://code.google.com/p/skia/source/detail?r=5274

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -29 lines) Patch
M include/core/SkScalar.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tools/PictureBenchmark.h View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/PictureBenchmark.cpp View 1 chunk +8 lines, -2 lines 0 comments Download
M tools/PictureRenderer.h View 1 4 chunks +17 lines, -1 line 0 comments Download
M tools/PictureRenderer.cpp View 1 2 3 chunks +44 lines, -4 lines 0 comments Download
M tools/bench_pictures_main.cpp View 1 6 chunks +42 lines, -11 lines 0 comments Download
M tools/render_pictures_main.cpp View 1 6 chunks +41 lines, -11 lines 0 comments Download

Messages

Total messages: 9
keyar
11 years, 10 months ago (2012-08-23 16:56:00 UTC) #1
junov1
https://codereview.appspot.com/6485056/diff/1/tools/PictureRenderer.cpp File tools/PictureRenderer.cpp (right): https://codereview.appspot.com/6485056/diff/1/tools/PictureRenderer.cpp#newcode233 tools/PictureRenderer.cpp:233: // constraints are that every tile must a pixel ...
11 years, 10 months ago (2012-08-23 17:48:13 UTC) #2
bsalomon
https://codereview.appspot.com/6485056/diff/1/tools/picture_utils.h File tools/picture_utils.h (right): https://codereview.appspot.com/6485056/diff/1/tools/picture_utils.h#newcode40 tools/picture_utils.h:40: bool is_power_of_two(int value); There already is SkIsPow2...
11 years, 10 months ago (2012-08-23 17:56:53 UTC) #3
keyar
Applied reviewers comments.
11 years, 10 months ago (2012-08-23 18:37:47 UTC) #4
junov1
https://codereview.appspot.com/6485056/diff/1/tools/PictureRenderer.cpp File tools/PictureRenderer.cpp (right): https://codereview.appspot.com/6485056/diff/1/tools/PictureRenderer.cpp#newcode233 tools/PictureRenderer.cpp:233: // constraints are that every tile must a pixel ...
11 years, 10 months ago (2012-08-23 19:12:15 UTC) #5
keyar
More fixes requested by the reviewers.
11 years, 10 months ago (2012-08-23 19:42:09 UTC) #6
nduca
Pretty neat. LGTM! :)
11 years, 10 months ago (2012-08-23 20:15:58 UTC) #7
junov1
On 2012/08/23 20:15:58, nduca wrote: > Pretty neat. LGTM! :) lgtm
11 years, 10 months ago (2012-08-23 20:18:33 UTC) #8
benchen
11 years, 10 months ago (2012-08-23 20:41:13 UTC) #9
On 2012/08/23 20:18:33, junov1 wrote:
> On 2012/08/23 20:15:58, nduca wrote:
> > Pretty neat. LGTM! :)
> 
> lgtm

LGTM
Sign in to reply to this message.

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