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

Issue 12817011: Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierar… (Closed)

Created:
7 years, 9 months ago by Justin Novosad
Modified:
7 years, 8 months ago
Reviewers:
robertphillips
CC:
skia-review_googlegroups.com, reed1, mtklein
Visibility:
Public.

Description

Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies BUG=https://code.google.com/p/chromium/issues/detail?id=180645 TEST=render_pictures -r <skp_dir> --validate --bbh <grid|rtree> --mode tile 256 256 Committed: http://code.google.com/p/skia/source/detail?r=8171

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 21

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -16 lines) Patch
M src/core/SkBBoxHierarchy.h View 1 2 3 3 chunks +32 lines, -0 lines 0 comments Download
M src/core/SkBBoxHierarchyRecord.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/core/SkBBoxHierarchyRecord.cpp View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 chunk +18 lines, -7 lines 0 comments Download
M src/core/SkPictureRecord.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPictureRecord.cpp View 1 2 3 2 chunks +37 lines, -7 lines 0 comments Download
M src/core/SkPictureStateTree.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M src/core/SkPictureStateTree.cpp View 1 2 chunks +14 lines, -0 lines 0 comments Download
M src/core/SkRTree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkRTree.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M src/core/SkTileGrid.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkTileGrid.cpp View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Justin Novosad
PTAL. This patch eliminates all significant pixel diffs we were reported by render_pictures, when using ...
7 years, 9 months ago (2013-03-14 18:02:49 UTC) #1
Justin Novosad
PTAL.
7 years, 9 months ago (2013-03-14 18:03:23 UTC) #2
robertphillips
Were those alpha pixels diffs or color pixels diffs? https://codereview.chromium.org/12817011/diff/9001/src/core/SkPictureRecord.cpp File src/core/SkPictureRecord.cpp (right): https://codereview.chromium.org/12817011/diff/9001/src/core/SkPictureRecord.cpp#newcode527 src/core/SkPictureRecord.cpp:527: ...
7 years, 9 months ago (2013-03-14 18:10:17 UTC) #3
Justin Novosad
On 2013/03/14 18:10:17, robertphillips wrote: > Were those alpha pixels diffs or color pixels diffs? ...
7 years, 9 months ago (2013-03-14 18:16:19 UTC) #4
Justin Novosad
Patch.
7 years, 9 months ago (2013-03-14 18:20:31 UTC) #5
robertphillips
https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h File src/core/SkBBoxHierarchy.h (right): https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h#newcode15 src/core/SkBBoxHierarchy.h:15: comment https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h#newcode19 src/core/SkBBoxHierarchy.h:19: Could this be something more than ...
7 years, 9 months ago (2013-03-14 18:55:44 UTC) #6
Justin Novosad
https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h File src/core/SkBBoxHierarchy.h (right): https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h#newcode15 src/core/SkBBoxHierarchy.h:15: On 2013/03/14 18:55:44, robertphillips wrote: > comment Done. https://codereview.chromium.org/12817011/diff/4002/src/core/SkBBoxHierarchy.h#newcode19 ...
7 years, 9 months ago (2013-03-14 20:04:14 UTC) #7
robertphillips
lgtm
7 years, 9 months ago (2013-03-14 23:20:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/junov@chromium.org/12817011/13002
7 years, 9 months ago (2013-03-15 13:55:56 UTC) #9
commit-bot: I haz the power
7 years, 9 months ago (2013-03-15 15:06:13 UTC) #10
Message was sent while issue was closed.
Change committed as 8171

Powered by Google App Engine
This is Rietveld 408576698