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

Issue 343463004: Move occlusion info to TilePriority. (Closed)

Created:
6 years, 6 months ago by jbedley
Modified:
6 years, 4 months ago
Reviewers:
danakj, vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move occlusion info to TilePriority. This stores the occlusion information on the TilePriority so that the same tile can have different occlusion on each tree. BUG=178971

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address feedback #

Total comments: 10

Patch Set 3 : Address feedback #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -115 lines) Patch
M cc/layers/picture_layer_impl.cc View 1 2 3 5 chunks +9 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 8 chunks +114 lines, -7 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 2 6 chunks +15 lines, -7 lines 0 comments Download
M cc/resources/prioritized_tile_set_unittest.cc View 1 2 10 chunks +30 lines, -50 lines 0 comments Download
M cc/resources/tile.h View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M cc/resources/tile.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 11 chunks +21 lines, -21 lines 0 comments Download
M cc/resources/tile_priority.h View 1 4 chunks +8 lines, -1 line 0 comments Download
M cc/resources/tile_priority_unittest.cc View 1 2 2 chunks +16 lines, -6 lines 0 comments Download
M cc/test/test_tile_priorities.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M cc/test/test_tile_priorities.cc View 1 2 1 chunk +13 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jbedley
6 years, 6 months ago (2014-06-17 21:55:35 UTC) #1
danakj
I think this LG but I'm not so familiar with how TilePriority works. If we ...
6 years, 6 months ago (2014-06-17 22:29:41 UTC) #2
vmpstr
On 2014/06/17 22:29:41, danakj wrote: > I think this LG but I'm not so familiar ...
6 years, 6 months ago (2014-06-17 23:41:58 UTC) #3
vmpstr
https://codereview.chromium.org/343463004/diff/1/cc/resources/picture_layer_tiling.cc File cc/resources/picture_layer_tiling.cc (right): https://codereview.chromium.org/343463004/diff/1/cc/resources/picture_layer_tiling.cc#newcode498 cc/resources/picture_layer_tiling.cc:498: tile->SetIsOccluded(tree, is_occluded); I don't really like the fact that ...
6 years, 6 months ago (2014-06-17 23:42:10 UTC) #4
jbedley
https://codereview.chromium.org/343463004/diff/1/cc/layers/picture_layer_impl_unittest.cc File cc/layers/picture_layer_impl_unittest.cc (right): https://codereview.chromium.org/343463004/diff/1/cc/layers/picture_layer_impl_unittest.cc#newcode3010 cc/layers/picture_layer_impl_unittest.cc:3010: const Tile* tile = *iter; On 2014/06/17 22:29:41, danakj ...
6 years, 6 months ago (2014-06-18 23:00:39 UTC) #5
danakj
few last comments, but LGTM. -> vmpstr for final reviews :) https://codereview.chromium.org/343463004/diff/20001/cc/resources/picture_layer_tiling.cc File cc/resources/picture_layer_tiling.cc (right): ...
6 years, 6 months ago (2014-06-19 19:19:59 UTC) #6
jbedley
https://codereview.chromium.org/343463004/diff/20001/cc/resources/picture_layer_tiling.cc File cc/resources/picture_layer_tiling.cc (right): https://codereview.chromium.org/343463004/diff/20001/cc/resources/picture_layer_tiling.cc#newcode524 cc/resources/picture_layer_tiling.cc:524: resolution_, false, TilePriority::SOON, distance_to_visible); On 2014/06/19 19:19:59, danakj wrote: ...
6 years, 6 months ago (2014-06-19 20:51:20 UTC) #7
jbedley
On 2014/06/19 20:51:20, jbedley wrote: > https://codereview.chromium.org/343463004/diff/20001/cc/resources/picture_layer_tiling.cc > File cc/resources/picture_layer_tiling.cc (right): > > https://codereview.chromium.org/343463004/diff/20001/cc/resources/picture_layer_tiling.cc#newcode524 > ...
6 years, 6 months ago (2014-06-24 15:27:25 UTC) #8
danakj
ping @ vmpstr
6 years, 6 months ago (2014-06-26 15:42:31 UTC) #9
vmpstr
Hey, can you take a look at https://codereview.chromium.org/367833003/ I'm sorry to go back on what ...
6 years, 5 months ago (2014-07-07 14:06:11 UTC) #10
jbedley
6 years, 4 months ago (2014-07-31 20:27:35 UTC) #11
Message was sent while issue was closed.
Closing this in favour of https://codereview.chromium.org/374653003/

Powered by Google App Engine
This is Rietveld 408576698