|
gpu: introduce glCopySubTextureCHROMIUM
Introduce glCopySubTextureCHROMIUM to support immutable texture as well as to
optimize WebGL texSubImage2D(video | canvas).
This CL changes gl_renderer to use glCopySubTextureCHROMIUM because the
destination texture is immutable.
TEST=GLCopyTextureCHROMIUMTest
BUG= 443151
Committed: https://crrev.com/fac6a2d44323ad51429ee728e241fe22242f5ebd
Cr-Commit-Position: refs/heads/master@{#318855}
Total comments: 12
Total comments: 12
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1173 lines, -319 lines) |
Patch |
 |
M |
cc/resources/resource_provider.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/android_video_decode_accelerator.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/webmediaplayer_android.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/android/webmediaplayer_android.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt
|
View
|
1
2
3
|
2 chunks |
+41 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gpu/GLES2/gl2chromium_autogen.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/GLES2/gl2extchromium.h
|
View
|
1
2
3
|
1 chunk |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
gpu/blink/webgraphicscontext3d_impl.h
|
View
|
1
2
3
|
1 chunk |
+24 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/blink/webgraphicscontext3d_impl.cc
|
View
|
1
2
3
|
1 chunk |
+33 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/build_gles2_cmd_buffer.py
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_c_lib_autogen.h
|
View
|
1
2
3
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
View
|
1
2
3
|
1 chunk |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation_autogen.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
View
|
1
2
3
|
1 chunk |
+19 lines, -5 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
View
|
1
2
3
|
1 chunk |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_interface_autogen.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/cmd_buffer_functions.txt
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/gles2_cmd_format_autogen.h
|
View
|
1
2
3
|
4 chunks |
+67 lines, -14 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/gles2_cmd_format_test_autogen.h
|
View
|
1
2
3
|
1 chunk |
+22 lines, -7 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
View
|
1
2
3
|
1 chunk |
+36 lines, -35 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
View
|
1
2
3
|
4 chunks |
+46 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
View
|
1
2
3
|
11 chunks |
+158 lines, -38 lines |
1 comment
|
Download
|
 |
M |
gpu/command_buffer/service/gles2_cmd_decoder.cc
|
View
|
1
2
3
|
11 chunks |
+252 lines, -97 lines |
1 comment
|
Download
|
 |
M |
gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
|
View
|
1
2
3
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc
|
View
|
1
2
3
|
27 chunks |
+278 lines, -63 lines |
1 comment
|
Download
|
 |
M |
gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/skcanvas_video_renderer.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/skcanvas_video_renderer.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/blink/webmediaplayer_impl.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/blink/webmediaplayer_impl.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
Total messages: 28 (4 generated)
|