|
[cc] Mailbox Output Surface Support
This allows to render to textures managed by the compositor,
that are sent to the browser using GL_CHROMIUM_texture_mailbox.
Needs support in the browser and
'--composite-to-mailbox' and '--enable-compositor-frame-message'.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185812
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+500 lines, -26 lines) |
Patch |
 |
M |
cc/gl_renderer.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/gl_renderer.cc
|
View
|
|
8 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/gl_renderer_unittest.cc
|
View
|
1
2
|
2 chunks |
+134 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/output_surface.h
|
View
|
1
2
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output_surface.cc
|
View
|
1
2
|
3 chunks |
+68 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/switches.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/compositor_output_surface.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/compositor_output_surface.cc
|
View
|
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/renderer/gpu/mailbox_output_surface.h
|
View
|
1
2
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/gpu/mailbox_output_surface.cc
|
View
|
1
2
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|