|
cc: Rework overlays to not use the ResourceProvider and pass texture size
Instead of querying the ResourceProvider, the size & overlay flag are
stored in the quads directly. This eliminates the lookups that were
otherwise required
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=jam (approved interface change)
Committed: https://crrev.com/f89f594219da597c20b749fee195977052c6f709
Cr-Commit-Position: refs/heads/master@{#333748}
Total comments: 27
Total comments: 12
Total comments: 2
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+351 lines, -261 lines) |
Patch |
 |
M |
cc/blink/web_external_texture_layer_impl.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/texture_layer_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/layers/video_layer_impl.h
|
View
|
1
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/video_layer_impl.cc
|
View
|
1
2
3
|
6 chunks |
+17 lines, -22 lines |
0 comments
|
Download
|
 |
M |
cc/output/direct_renderer.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_candidate.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_processor.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_processor.cc
|
View
|
|
1 chunk |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_common.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_common.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_single_on_top.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_single_on_top.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_underlay.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_underlay.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/quads/draw_quad_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+33 lines, -14 lines |
0 comments
|
Download
|
 |
M |
cc/quads/stream_video_draw_quad.h
|
View
|
1
2
3
4
5
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/quads/stream_video_draw_quad.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/quads/texture_draw_quad.h
|
View
|
1
2
3
4
5
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/quads/texture_draw_quad.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -0 lines |
2 comments
|
Download
|
 |
M |
cc/resources/resource_provider.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider.cc
|
View
|
1
2
3
4
|
8 chunks |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
M |
cc/resources/texture_mailbox.h
|
View
|
1
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/texture_mailbox.cc
|
View
|
1
|
2 chunks |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/video_resource_updater.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/surface_aggregator_perftest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/surface_aggregator_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/test/render_pass_test_common.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/compositor/browser_compositor_overlay_candidate_validator_ozone.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages.h
|
View
|
1
2
3
4
5
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
mojo/converters/surfaces/surfaces_type_converters.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
mojo/converters/surfaces/tests/surface_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+10 lines, -24 lines |
0 comments
|
Download
|
Total messages: 39 (11 generated)
|