|
Add a flag to disable partial raster in renderer
Partial raster was intended to be disabled in renderers, but it was
disabled indirectly through a GPUMemoryBuffer property, which didn't
apply to all rasterization modes / tile workers.
This change adds a flag "--enable-partial-raster" which will cause
partial raster to be enabled (current state) if passed. The default
behavior is now that we block partial raster at a higher level, but
not providing invalidated IDs to tiles.
BUG= 537722
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/1d17f75189e66a12ef287af75e0d6adb5449db3d
Cr-Commit-Position: refs/heads/master@{#354966}
Total comments: 11
Total comments: 12
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -98 lines) |
Patch |
 |
M |
cc/raster/one_copy_tile_task_worker_pool.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/raster/one_copy_tile_task_worker_pool.cc
|
View
|
1
2
3
|
5 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.h
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+144 lines, -23 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_pixeltest_tiles.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+38 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_settings.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_settings.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/chrome_restart_request.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/compositor_util.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/compositor_util.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/compositor_dependencies.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/fake_compositor_dependencies.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/fake_compositor_dependencies.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/compositor/compositor.cc
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
Total messages: 35 (14 generated)
|