Bug 162491 - [GStreamer] Support flipY for GPU-to-GPU copy of video textures to WebGL
Summary: [GStreamer] Support flipY for GPU-to-GPU copy of video textures to WebGL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 08:57 PDT by Olivier Blin
Modified: 2016-09-26 03:23 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.24 KB, patch)
2016-09-23 09:06 PDT, Olivier Blin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2016-09-23 08:57:40 PDT
GPU-GPU copy of video textures to WebGL has been added for GStreamer in bug 159928.
It did not handle videos with inverted Y, and thus copy of such videos is not accelerated.
This occurs for example on http://flimshaw.github.io/Valiant360/
Comment 1 Olivier Blin 2016-09-23 09:05:09 PDT
This occurs with apps using THREE.js, which defaults to flipY for textures.
Comment 2 Olivier Blin 2016-09-23 09:06:47 PDT
Created attachment 289684 [details]
Patch
Comment 3 WebKit Commit Bot 2016-09-26 03:23:07 PDT
Comment on attachment 289684 [details]
Patch

Clearing flags on attachment: 289684

Committed r206369: <http://trac.webkit.org/changeset/206369>
Comment 4 WebKit Commit Bot 2016-09-26 03:23:12 PDT
All reviewed patches have been landed.  Closing bug.