DescriptionWebGL: optimize webgl.texSubImage2D(video) path. (Blink side)
Currently, texSubImage2D(video) requires glReadPixels to copy video texture to
target texture. This CL makes WebGL copy video texture to target texture
directly.
In addition, it will reduce WebGL video test flakiness significantly.
TEST=video texture test on webgl_conformance
./content/test/gpu/run_gpu_test.py webgl_conformance --browser=release --story-filter=WebglConformance.conformance_textures_video_tex_image_and_sub_image_2d_with_video
BUG=349871, 504773
Patch Set 1 #Patch Set 2 : rebase to ToT #
Messages
Total messages: 4 (1 generated)
|