DescriptionRevert of Make Android StreamTexture implement GLStreamTextureImage (patchset #9 id:180001 of https://codereview.chromium.org/1746983002/ )
Reason for revert:
A git bisect suggests that this patch makes Youtube and Hangouts appear upside-down on Chrome OS.
BUG=599848
Original issue's description:
> Make Android StreamTexture implement GLStreamTextureImage
>
> Then make CopySubTextureCHROMIUM use the transform matrix provided
> by GLStreamTextureImage, and stop informing the compositor of the
> transform matrix. Video quad drawing applies the matrix automatically
> via the CHROMIUM_stream_texture_matrix extension.
>
> This has has the advantage that we no longer need custom texture copying
> code in StreamTextureAndroid and we also don't need the IPC that updates
> the compositor view of the transform matrix (because it is applied
> transparently when the texture is sampled from). This in turn means that
> the transform matrix can't get out of sync with the texture data.
>
> BUG=226218, 371500, 588837
> CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel
>
> Committed: https://crrev.com/8f2032aeb81c2a6a48ed2ed622859b59d84fbbaa
> Cr-Commit-Position: refs/heads/master@{#384122}
TBR=dalecurtis@chromium.org,danakj@chromium.org,dcheng@chromium.org,liberato@chromium.org,sievers@chromium.org,enne@chromium.org,tobiasjs@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=226218, 371500, 588837
Committed: https://crrev.com/e6dac6465349eccf7d9cf5850be54cea24631095
Cr-Commit-Position: refs/heads/master@{#384824}
Patch Set 1 #Messages
Total messages: 19 (8 generated)
|