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

Issue 1044093005: Preliminary compositor disabling patch.

Created:
5 years, 8 months ago by achaulk
Modified:
5 years, 6 months ago
Reviewers:
danakj, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, kalyank, miu+watch_chromium.org, piman+watch_chromium.org, sievers+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Preliminary compositor disabling patch. This is going to get split up, tests added, etc

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : remove renderpass calculation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -54 lines) Patch
M cc/layers/delegated_frame_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 4 chunks +9 lines, -0 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/video_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/video_layer_impl.cc View 1 9 chunks +14 lines, -3 lines 0 comments Download
M cc/output/direct_renderer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/direct_renderer.cc View 1 2 3 chunks +24 lines, -3 lines 0 comments Download
M cc/output/gl_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M cc/quads/draw_quad.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 chunk +4 lines, -1 line 0 comments Download
M cc/quads/render_pass.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M cc/quads/render_pass.cc View 1 2 7 chunks +12 lines, -9 lines 0 comments Download
M cc/surfaces/display.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker.h View 3 chunks +13 lines, -4 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 2 5 chunks +15 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 2 chunks +15 lines, -4 lines 0 comments Download
M content/browser/compositor/buffer_queue.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M content/common/cc_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/cc_messages.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
achaulk
Here's a preliminary compositor disabling patch. I ended up having a single rect in the ...
5 years, 8 months ago (2015-03-31 22:47:47 UTC) #2
danakj
Hey, some high level thoughts about where/how this is being computed. https://codereview.chromium.org/1044093005/diff/20001/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): ...
5 years, 8 months ago (2015-04-03 22:10:17 UTC) #3
achaulk
https://codereview.chromium.org/1044093005/diff/20001/cc/quads/render_pass.cc File cc/quads/render_pass.cc (right): https://codereview.chromium.org/1044093005/diff/20001/cc/quads/render_pass.cc#newcode275 cc/quads/render_pass.cc:275: void RenderPass::RecalculateOverlayDamage() { On 2015/04/03 22:10:17, danakj wrote: > ...
5 years, 8 months ago (2015-04-03 23:41:28 UTC) #4
achaulk
https://codereview.chromium.org/1044093005/diff/20001/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): https://codereview.chromium.org/1044093005/diff/20001/cc/layers/video_layer_impl.cc#newcode130 cc/layers/video_layer_impl.cc:130: video_can_overlay_ = resource_provider->AllowOverlay(resource_id); On 2015/04/03 22:10:17, danakj wrote: > ...
5 years, 8 months ago (2015-04-07 18:53:00 UTC) #5
achaulk
So, the closest I think I can get to what you want is to move ...
5 years, 8 months ago (2015-04-14 20:18:36 UTC) #6
achaulk
Okay, so I've moved the recalculation out into the overlay code and I'm pulling the ...
5 years, 8 months ago (2015-04-15 18:30:54 UTC) #7
achaulk
5 years, 6 months ago (2015-06-17 18:23:00 UTC) #9
This seems to have fallen by the wayside, but it's still something we should try
to get in. I'm not sure if I can make it much cleaner than it is though

Powered by Google App Engine
This is Rietveld 408576698