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

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed)

Created:
7 years, 9 months ago by Leandro Graciá Gil
Modified:
7 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, jdduke (slow)
Visibility:
Public.

Description

Implement on demand quad rasterization for PicturePiles. BUG=173011 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190969

Patch Set 1 #

Total comments: 24

Patch Set 2 : review fixes, adding unit tests. #

Total comments: 1

Patch Set 3 : build fix. #

Total comments: 67

Patch Set 4 : review fixes. #

Patch Set 5 : address vmpstr's comments. #

Patch Set 6 : rebase & introduce ResizeResource. #

Total comments: 29

Patch Set 7 : nit fixes & adding ResizeResource unit test. #

Total comments: 11

Patch Set 8 : rebase, PictureDrawQuad unit test and avoid ResizeResource. #

Total comments: 1

Patch Set 9 : adding DrawQuadIteratorTest for PictureDrawQuads. #

Patch Set 10 : rebase #

Total comments: 8

Patch Set 11 : nit fixes. #

Total comments: 2

Patch Set 12 : using SetPixels. #

Patch Set 13 : nit fix. #

Total comments: 2

Patch Set 14 : move had_incomplete_tile out of the picture pile mode. #

Patch Set 15 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+519 lines, -58 lines) Patch
M cc/cc.gyp View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/debug_colors.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -0 lines 0 comments Download
M cc/debug/debug_colors.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +27 lines, -7 lines 0 comments Download
M cc/output/gl_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +9 lines, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +51 lines, -2 lines 0 comments Download
A + cc/quads/content_draw_quad_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +11 lines, -18 lines 0 comments Download
A cc/quads/content_draw_quad_base.cc View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
M cc/quads/draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +68 lines, -0 lines 0 comments Download
A cc/quads/picture_draw_quad.h View 1 2 3 4 5 6 1 chunk +62 lines, -0 lines 0 comments Download
A cc/quads/picture_draw_quad.cc View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -10 lines 0 comments Download
M cc/quads/tile_draw_quad.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -16 lines 0 comments Download
M cc/resources/managed_tile_state.h View 1 2 3 4 5 6 7 5 chunks +15 lines, -3 lines 0 comments Download
M cc/resources/managed_tile_state.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
A cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 2 3 4 5 6 7 1 chunk +107 lines, -0 lines 0 comments Download
M content/common/cc_messages.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/common/cc_messages.cc View 1 4 5 6 7 8 9 10 3 chunks +9 lines, -0 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 1 2 4 5 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 78 (0 generated)
Leandro Graciá Gil
This is a first draft of the feature. vmpstr, nduca: could you please take a ...
7 years, 9 months ago (2013-03-13 20:30:38 UTC) #1
vmpstr
I think is is the right way to do it (at least that's what I ...
7 years, 9 months ago (2013-03-13 21:03:08 UTC) #2
palmer
lgtm https://codereview.chromium.org/12642010/diff/1/cc/picture_draw_quad.cc File cc/picture_draw_quad.cc (right): https://codereview.chromium.org/12642010/diff/1/cc/picture_draw_quad.cc#newcode68 cc/picture_draw_quad.cc:68: } // namespacec cc Typo :)
7 years, 9 months ago (2013-03-14 00:09:21 UTC) #3
nduca
lets get aelias or danakj to look at this.
7 years, 9 months ago (2013-03-14 01:41:09 UTC) #4
Leandro Graciá Gil
Any suggestions about how this could be tested?
7 years, 9 months ago (2013-03-14 02:09:01 UTC) #5
enne (OOO)
On 2013/03/14 02:09:01, Leandro Graciá Gil wrote: > Any suggestions about how this could be ...
7 years, 9 months ago (2013-03-14 02:21:17 UTC) #6
aelias_OOO_until_Jul13
This looks pretty nice to me. Aside from vmpstr's comments, I think we just need ...
7 years, 9 months ago (2013-03-14 07:32:46 UTC) #7
danakj
https://codereview.chromium.org/12642010/diff/1/cc/draw_quad.h File cc/draw_quad.h (right): https://codereview.chromium.org/12642010/diff/1/cc/draw_quad.h#newcode32 cc/draw_quad.h:32: PICTURE_CONTENT, alphabetical please https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc File cc/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc#newcode325 cc/gl_renderer.cc:325: ...
7 years, 9 months ago (2013-03-14 18:00:56 UTC) #8
danakj
https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc File cc/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc#newcode994 cc/gl_renderer.cc:994: ResourceProvider::ResourceId resource_id = quad->IsPictureQuad() ? On 2013/03/14 18:00:56, danakj ...
7 years, 9 months ago (2013-03-14 18:01:21 UTC) #9
Leandro Graciá Gil
On 2013/03/14 18:00:56, danakj wrote: > What is the story for serializing these to the ...
7 years, 9 months ago (2013-03-14 18:10:52 UTC) #10
enne (OOO)
On 2013/03/14 18:10:52, Leandro Graciá Gil wrote: > On 2013/03/14 18:00:56, danakj wrote: > > ...
7 years, 9 months ago (2013-03-15 03:29:21 UTC) #11
enne (OOO)
https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc File cc/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/1/cc/gl_renderer.cc#newcode994 cc/gl_renderer.cc:994: ResourceProvider::ResourceId resource_id = quad->IsPictureQuad() ? I'd prefer if you ...
7 years, 9 months ago (2013-03-15 03:29:28 UTC) #12
aelias_OOO_until_Jul13
On 2013/03/15 03:29:21, enne wrote: > (2) When we OOM and want to put more ...
7 years, 9 months ago (2013-03-15 03:42:20 UTC) #13
piman
https://codereview.chromium.org/12642010/diff/1/content/common/cc_messages.cc File content/common/cc_messages.cc (right): https://codereview.chromium.org/12642010/diff/1/content/common/cc_messages.cc#newcode457 content/common/cc_messages.cc:457: NOTREACHED(); drive-by: Not NOTREACHED since a compromized renderer could ...
7 years, 9 months ago (2013-03-15 03:51:57 UTC) #14
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/1/cc/draw_quad.h File cc/draw_quad.h (right): https://codereview.chromium.org/12642010/diff/1/cc/draw_quad.h#newcode32 cc/draw_quad.h:32: PICTURE_CONTENT, On 2013/03/14 18:00:56, danakj wrote: > alphabetical please ...
7 years, 9 months ago (2013-03-19 17:30:07 UTC) #15
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/32001/cc/test/layer_tree_test_common.cc File cc/test/layer_tree_test_common.cc (right): https://codereview.chromium.org/12642010/diff/32001/cc/test/layer_tree_test_common.cc#newcode323 cc/test/layer_tree_test_common.cc:323: if (proxy()) Found flakiness here when creating the new ...
7 years, 9 months ago (2013-03-19 17:30:58 UTC) #16
Leandro Graciá Gil
Ping.
7 years, 9 months ago (2013-03-20 16:43:23 UTC) #17
Leandro Graciá Gil
Could somebody take a look a for a moment today so I can make any ...
7 years, 9 months ago (2013-03-21 02:13:06 UTC) #18
nduca
this looks mostly okay. I would like to review again, but also please get vmpstr ...
7 years, 9 months ago (2013-03-21 02:22:48 UTC) #19
danakj
This looks much better to me. Enne should take a look at it for impl-painting-ness ...
7 years, 9 months ago (2013-03-21 02:34:42 UTC) #20
danakj
On Wed, Mar 20, 2013 at 10:34 PM, <danakj@chromium.org> wrote: > This looks much better ...
7 years, 9 months ago (2013-03-21 02:37:01 UTC) #21
Leandro Graciá Gil
A few replies to the comments. I'll address the rest of them and update the ...
7 years, 9 months ago (2013-03-21 03:35:50 UTC) #22
danakj
https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc#newcode2278 cc/output/gl_renderer.cc:2278: GLC(context_, context_->deleteTexture(on_demand_tile_raster_texture_)); On 2013/03/21 03:35:50, Leandro Graciá Gil wrote: ...
7 years, 9 months ago (2013-03-21 04:33:39 UTC) #23
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/35003/cc/quads/picture_draw_quad.cc File cc/quads/picture_draw_quad.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/quads/picture_draw_quad.cc#newcode20 cc/quads/picture_draw_quad.cc:20: const gfx::Rect& rect, On 2013/03/21 04:33:39, danakj wrote: > ...
7 years, 9 months ago (2013-03-21 12:27:25 UTC) #24
vmpstr
https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc#newcode197 cc/layers/picture_layer_impl.cc:197: ManagedTileState::DrawingInfo::TEXTURE_MODE) { This still looks weird to me switch ...
7 years, 9 months ago (2013-03-21 16:34:11 UTC) #25
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc#newcode197 cc/layers/picture_layer_impl.cc:197: ManagedTileState::DrawingInfo::TEXTURE_MODE) { On 2013/03/21 16:34:11, vmpstr wrote: > This ...
7 years, 9 months ago (2013-03-21 16:42:48 UTC) #26
danakj
On 2013/03/21 12:27:25, Leandro Graciá Gil wrote: > https://codereview.chromium.org/12642010/diff/35003/cc/quads/picture_draw_quad.cc > File cc/quads/picture_draw_quad.cc (right): > > ...
7 years, 9 months ago (2013-03-21 17:04:35 UTC) #27
danakj
https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/layers/picture_layer_impl.cc#newcode197 cc/layers/picture_layer_impl.cc:197: ManagedTileState::DrawingInfo::TEXTURE_MODE) { On 2013/03/21 16:42:48, Leandro Graciá Gil wrote: ...
7 years, 9 months ago (2013-03-21 17:20:22 UTC) #28
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc#newcode2278 cc/output/gl_renderer.cc:2278: GLC(context_, context_->deleteTexture(on_demand_tile_raster_texture_)); On 2013/03/21 17:20:22, danakj wrote: > On ...
7 years, 9 months ago (2013-03-21 18:14:16 UTC) #29
piman
https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc#newcode2278 cc/output/gl_renderer.cc:2278: GLC(context_, context_->deleteTexture(on_demand_tile_raster_texture_)); On 2013/03/21 18:14:16, Leandro Graciá Gil wrote: ...
7 years, 9 months ago (2013-03-21 18:26:29 UTC) #30
piman
On 2013/03/21 18:26:29, piman wrote: > https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc > File cc/output/gl_renderer.cc (right): > > https://codereview.chromium.org/12642010/diff/35003/cc/output/gl_renderer.cc#newcode2278 > ...
7 years, 9 months ago (2013-03-21 18:33:30 UTC) #31
nduca
Leandro, I think it would be productive to split into an edit to the quads/output/rendering ...
7 years, 9 months ago (2013-03-21 19:14:13 UTC) #32
Leandro Graciá Gil
On 2013/03/21 18:33:30, piman wrote: > Also, if the only concern is that resizing a ...
7 years, 9 months ago (2013-03-21 19:45:30 UTC) #33
piman
On Thu, Mar 21, 2013 at 12:45 PM, <leandrogracia@chromium.org> wrote: > On 2013/03/21 18:33:30, piman ...
7 years, 9 months ago (2013-03-21 19:59:08 UTC) #34
Leandro Graciá Gil
On 2013/03/21 19:59:08, piman wrote: > What about them? > allocated is just internal tracking ...
7 years, 9 months ago (2013-03-21 22:43:32 UTC) #35
piman
On Thu, Mar 21, 2013 at 3:43 PM, <leandrogracia@chromium.org> wrote: > On 2013/03/21 19:59:08, piman ...
7 years, 9 months ago (2013-03-22 00:37:30 UTC) #36
Leandro Graciá Gil
Thank you very much for your feedback piman. I've followed your indications and implemented a ...
7 years, 9 months ago (2013-03-22 17:50:32 UTC) #37
danakj
Patch looks good from here, with some nits. vmpstr@, please have another pass as well. ...
7 years, 9 months ago (2013-03-22 18:02:41 UTC) #38
piman
Could you add a unittest for ResizeResource? https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc#newcode274 cc/resources/resource_provider.cc:274: DCHECK_LE(size.height(), max_texture_size_); ...
7 years, 9 months ago (2013-03-22 18:03:03 UTC) #39
Leandro Graciá Gil
epenner: I'm implementing a ResizeResource method in ResourceProvider and piman asked me to double-check something ...
7 years, 9 months ago (2013-03-22 18:28:58 UTC) #40
vmpstr
Looks OK to me as well. https://codereview.chromium.org/12642010/diff/69001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/69001/cc/layers/picture_layer_impl.cc#newcode212 cc/layers/picture_layer_impl.cc:212: drawing_info.contents_swizzled(), I think ...
7 years, 9 months ago (2013-03-22 18:29:32 UTC) #41
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/69001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/69001/cc/layers/picture_layer_impl.cc#newcode176 cc/layers/picture_layer_impl.cc:176: const ManagedTileState::DrawingInfo::Mode mode = drawing_info.mode(); On 2013/03/22 18:02:41, danakj ...
7 years, 9 months ago (2013-03-22 20:40:58 UTC) #42
Leandro Graciá Gil
Unit test for ResizeResource added.
7 years, 9 months ago (2013-03-22 20:41:43 UTC) #43
piman
LGTM+nits for the ResourceProvider+test changes. https://codereview.chromium.org/12642010/diff/72004/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/12642010/diff/72004/cc/resources/resource_provider.cc#newcode291 cc/resources/resource_provider.cc:291: nit: no need for ...
7 years, 9 months ago (2013-03-22 20:52:34 UTC) #44
epenner
https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc#newcode281 cc/resources/resource_provider.cc:281: DCHECK(resource->pending_set_pixels || !resource->locked_for_write); I added reveman to review as ...
7 years, 9 months ago (2013-03-22 22:30:59 UTC) #45
Leandro Graciá Gil
On 2013/03/22 22:30:59, epenner wrote: > https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc > File cc/resources/resource_provider.cc (right): > > https://codereview.chromium.org/12642010/diff/69001/cc/resources/resource_provider.cc#newcode281 > ...
7 years, 9 months ago (2013-03-22 22:45:28 UTC) #46
epenner
Also, if you do delete the texture id, I believe you can just reset pending ...
7 years, 9 months ago (2013-03-22 22:49:00 UTC) #47
piman
On 2013/03/22 22:45:28, Leandro Graciá Gil wrote: > On 2013/03/22 22:30:59, epenner wrote: > > ...
7 years, 9 months ago (2013-03-22 22:52:03 UTC) #48
danakj
https://codereview.chromium.org/12642010/diff/72004/cc/quads/picture_draw_quad.h File cc/quads/picture_draw_quad.h (right): https://codereview.chromium.org/12642010/diff/72004/cc/quads/picture_draw_quad.h#newcode20 cc/quads/picture_draw_quad.h:20: class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase { Oh, I ...
7 years, 9 months ago (2013-03-22 22:54:05 UTC) #49
epenner
> This is actually not for async textures, but to implement > on-demand tile rasterization ...
7 years, 9 months ago (2013-03-22 23:11:01 UTC) #50
reveman
https://codereview.chromium.org/12642010/diff/72004/cc/resources/managed_tile_state.h File cc/resources/managed_tile_state.h (right): https://codereview.chromium.org/12642010/diff/72004/cc/resources/managed_tile_state.h#newcode70 cc/resources/managed_tile_state.h:70: void set_texture() { set_resource() and please change the enum ...
7 years, 9 months ago (2013-03-22 23:56:50 UTC) #51
reveman
https://codereview.chromium.org/12642010/diff/72004/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/12642010/diff/72004/cc/resources/tile_manager.cc#newcode599 cc/resources/tile_manager.cc:599: tile->drawing_info().set_texture(); This feels a bit awkward. I think something ...
7 years, 9 months ago (2013-03-23 00:41:31 UTC) #52
Leandro Graciá Gil
I've been thinking about all the details that need to be tracked, the different issues ...
7 years, 9 months ago (2013-03-25 15:21:02 UTC) #53
danakj
https://codereview.chromium.org/12642010/diff/100001/cc/quads/draw_quad_unittest.cc File cc/quads/draw_quad_unittest.cc (right): https://codereview.chromium.org/12642010/diff/100001/cc/quads/draw_quad_unittest.cc#newcode731 cc/quads/draw_quad_unittest.cc:731: TEST_F(DrawQuadIteratorTest, DebugBorderDrawQuad) { Thanks for the test! Can you ...
7 years, 9 months ago (2013-03-25 16:47:59 UTC) #54
Leandro Graciá Gil
On 2013/03/25 16:47:59, danakj wrote: > https://codereview.chromium.org/12642010/diff/100001/cc/quads/draw_quad_unittest.cc > File cc/quads/draw_quad_unittest.cc (right): > > https://codereview.chromium.org/12642010/diff/100001/cc/quads/draw_quad_unittest.cc#newcode731 > ...
7 years, 9 months ago (2013-03-25 17:09:11 UTC) #55
Leandro Graciá Gil
Let me know if there is anything else that should be holding this patch. Thanks ...
7 years, 9 months ago (2013-03-25 19:35:34 UTC) #56
vmpstr
Just FYI, you'll need to do a small rebase on top of https://codereview.chromium.org/12457031/ since PicturePileImpl::Raster ...
7 years, 9 months ago (2013-03-26 16:30:37 UTC) #57
Leandro Graciá Gil
On 2013/03/26 16:30:37, vmpstr wrote: > Just FYI, you'll need to do a small rebase ...
7 years, 9 months ago (2013-03-26 17:03:59 UTC) #58
danakj
On 2013/03/26 17:03:59, Leandro Graciá Gil wrote: > On 2013/03/26 16:30:37, vmpstr wrote: > > ...
7 years, 9 months ago (2013-03-26 17:06:02 UTC) #59
piman
LGTM+nits for content/ and gl_renderer. I haven't looked at the rest in details as I'm ...
7 years, 9 months ago (2013-03-26 17:19:30 UTC) #60
danakj
https://codereview.chromium.org/12642010/diff/9002/content/common/cc_messages.cc File content/common/cc_messages.cc (right): https://codereview.chromium.org/12642010/diff/9002/content/common/cc_messages.cc#newcode324 content/common/cc_messages.cc:324: NOTIMPLEMENTED(); On 2013/03/26 17:19:30, piman wrote: > nit: NOTREACHED() ...
7 years, 9 months ago (2013-03-26 17:28:52 UTC) #61
piman
On Tue, Mar 26, 2013 at 10:28 AM, <danakj@chromium.org> wrote: > > https://codereview.chromium.**org/12642010/diff/9002/** > content/common/cc_messages.cc<https://codereview.chromium.org/12642010/diff/9002/content/common/cc_messages.cc> ...
7 years, 9 months ago (2013-03-26 17:31:30 UTC) #62
danakj
On Tue, Mar 26, 2013 at 1:31 PM, Antoine Labour <piman@chromium.org> wrote: > On Tue, ...
7 years, 9 months ago (2013-03-26 17:32:52 UTC) #63
piman
On Tue, Mar 26, 2013 at 10:28 AM, <danakj@chromium.org> wrote: > > https://codereview.chromium.**org/12642010/diff/9002/** > content/common/cc_messages.cc<https://codereview.chromium.org/12642010/diff/9002/content/common/cc_messages.cc> ...
7 years, 9 months ago (2013-03-26 17:35:57 UTC) #64
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc#newcode1322 cc/output/gl_renderer.cc:1322: ResourceProvider::TextureUsageAny); On 2013/03/26 17:19:30, piman wrote: > nit: you ...
7 years, 9 months ago (2013-03-26 18:05:01 UTC) #65
piman
https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc#newcode1339 cc/output/gl_renderer.cc:1339: on_demand_tile_raster_bitmap_.getPixels())); On 2013/03/26 18:05:02, Leandro Graciá Gil wrote: > ...
7 years, 9 months ago (2013-03-26 18:22:38 UTC) #66
Leandro Graciá Gil
On 2013/03/26 18:22:38, piman wrote: > https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc > File cc/output/gl_renderer.cc (right): > > https://codereview.chromium.org/12642010/diff/9002/cc/output/gl_renderer.cc#newcode1339 > ...
7 years, 9 months ago (2013-03-26 18:32:25 UTC) #67
reveman
lgtm with nit for cc/resources https://codereview.chromium.org/12642010/diff/9007/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/12642010/diff/9007/cc/resources/tile_manager.cc#newcode597 cc/resources/tile_manager.cc:597: !PlatformColor::SameComponentOrder(tile->format_)); nit: indent 4 ...
7 years, 9 months ago (2013-03-26 18:32:53 UTC) #68
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/9007/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/12642010/diff/9007/cc/resources/tile_manager.cc#newcode597 cc/resources/tile_manager.cc:597: !PlatformColor::SameComponentOrder(tile->format_)); On 2013/03/26 18:32:53, David Reveman wrote: > nit: ...
7 years, 9 months ago (2013-03-26 18:35:47 UTC) #69
piman
lgtm
7 years, 9 months ago (2013-03-26 18:37:06 UTC) #70
enne (OOO)
https://codereview.chromium.org/12642010/diff/126011/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/126011/cc/layers/picture_layer_impl.cc#newcode185 cc/layers/picture_layer_impl.cc:185: mode == ManagedTileState::DrawingInfo::PICTURE_PILE_MODE) { I'm not sure I agree ...
7 years, 9 months ago (2013-03-26 18:39:22 UTC) #71
Leandro Graciá Gil
https://codereview.chromium.org/12642010/diff/126011/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/12642010/diff/126011/cc/layers/picture_layer_impl.cc#newcode185 cc/layers/picture_layer_impl.cc:185: mode == ManagedTileState::DrawingInfo::PICTURE_PILE_MODE) { On 2013/03/26 18:39:23, enne wrote: ...
7 years, 9 months ago (2013-03-26 18:50:12 UTC) #72
nduca
Really nicely done, Leandro. LGTM and thanks!
7 years, 9 months ago (2013-03-26 19:59:41 UTC) #73
Leandro Graciá Gil
On 2013/03/26 19:59:41, nduca wrote: > Really nicely done, Leandro. LGTM and thanks! Thanks everyone ...
7 years, 9 months ago (2013-03-26 20:06:35 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leandrogracia@chromium.org/12642010/46010
7 years, 9 months ago (2013-03-26 20:10:17 UTC) #75
commit-bot: I haz the power
Failed to apply patch for cc/quads/content_draw_quad_base.h: While running patch -p1 --forward --force --no-backup-if-mismatch; A cc/quads/content_draw_quad_base.h ...
7 years, 9 months ago (2013-03-26 20:10:22 UTC) #76
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leandrogracia@chromium.org/12642010/58002
7 years, 9 months ago (2013-03-27 15:44:35 UTC) #77
commit-bot: I haz the power
7 years, 9 months ago (2013-03-27 17:43:18 UTC) #78
Message was sent while issue was closed.
Change committed as 190969

Powered by Google App Engine
This is Rietveld 408576698