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

Issue 675083002: Add cc::RendererSettings for use in with cc::Display (Closed)

Created:
6 years, 2 months ago by jbauman
Modified:
6 years, 1 month ago
Reviewers:
jamesr, boliu, piman
CC:
chromium-reviews, Ian Vollick, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add cc::RendererSettings for use in with cc::Display The settings are taken from the ui::Compositor's LayerTreeSettings. Previously it was just using the default LayerTreeSettings, which can be suboptimal. Committed: https://crrev.com/c5be44c904aa29a8a035819518c68db5a5cbe157 Cr-Commit-Position: refs/heads/master@{#305087}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 3

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -147 lines) Patch
M android_webview/browser/hardware_renderer.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M cc/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/delegating_renderer.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/direct_renderer.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 3 4 5 6 7 8 15 chunks +15 lines, -15 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/renderer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
A cc/output/renderer_settings.h View 1 2 3 4 5 6 7 8 1 chunk +31 lines, -0 lines 0 comments Download
A cc/output/renderer_settings.cc View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
M cc/output/renderer_unittest.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M cc/output/software_renderer.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/display.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -2 lines 0 comments Download
M cc/surfaces/display.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -19 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/pixel_test.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/pixel_test.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 7 8 5 chunks +25 lines, -26 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 3 4 5 6 7 8 5 chunks +2 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -9 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/compositor/onscreen_display_client.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/onscreen_display_client.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M ui/compositor/compositor.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M ui/compositor/compositor.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
jbauman
6 years, 2 months ago (2014-10-24 02:01:39 UTC) #2
jamesr
On 2014/10/24 02:01:39, jbauman wrote: Seems like a bad dependency. Layer tree stuff is way ...
6 years, 2 months ago (2014-10-24 04:37:45 UTC) #3
jbauman
On 2014/10/24 04:37:45, jamesr wrote: > On 2014/10/24 02:01:39, jbauman wrote: > > Seems like ...
6 years, 2 months ago (2014-10-25 00:40:10 UTC) #4
jamesr
https://codereview.chromium.org/675083002/diff/80001/cc/output/renderer.h File cc/output/renderer.h (right): https://codereview.chromium.org/675083002/diff/80001/cc/output/renderer.h#newcode11 cc/output/renderer.h:11: #include "cc/trees/layer_tree_host.h" can you get rid of this #include ...
6 years, 1 month ago (2014-10-27 05:11:38 UTC) #5
jbauman
On 2014/10/27 05:11:38, jamesr wrote: > https://codereview.chromium.org/675083002/diff/80001/cc/output/renderer.h > File cc/output/renderer.h (right): > > https://codereview.chromium.org/675083002/diff/80001/cc/output/renderer.h#newcode11 > ...
6 years, 1 month ago (2014-10-27 23:08:35 UTC) #6
jbauman
ping. Any other changes you want?
6 years, 1 month ago (2014-11-07 02:19:56 UTC) #7
jbauman
ping
6 years, 1 month ago (2014-11-19 23:11:55 UTC) #8
jamesr
lgtm
6 years, 1 month ago (2014-11-20 19:24:36 UTC) #9
jbauman
also adding piman@ for ui/compositor OWNERS review and boliu@ for android_webview OWNERS review.
6 years, 1 month ago (2014-11-20 19:28:55 UTC) #11
boliu
android_webview lgtm
6 years, 1 month ago (2014-11-20 19:32:42 UTC) #12
piman
lgtm
6 years, 1 month ago (2014-11-20 20:37:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675083002/160001
6 years, 1 month ago (2014-11-20 21:11:20 UTC) #15
commit-bot: I haz the power
Committed patchset #9 (id:160001)
6 years, 1 month ago (2014-11-20 22:17:22 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-20 22:18:05 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c5be44c904aa29a8a035819518c68db5a5cbe157
Cr-Commit-Position: refs/heads/master@{#305087}

Powered by Google App Engine
This is Rietveld 408576698