After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777078 - qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-10 09:02 UTC by Haihua Hu
Modified: 2017-01-10 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0 (3.52 KB, patch)
2017-01-10 09:03 UTC, Haihua Hu
committed Details | Review

Description Haihua Hu 2017-01-10 09:02:21 UTC
If support glBlitFrameBuffer, use it for texture copy instead of glCopyTexImage2D, or will fallback.
Comment 1 Haihua Hu 2017-01-10 09:03:26 UTC
Created attachment 343220 [details] [review]
qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
Comment 2 Matthew Waters (ystreet00) 2017-01-10 14:46:19 UTC
Thanks!

commit afa9c57a52ef1702cc1dc2165efd2e61b233986b
Author: Haihua Hu <jared.hu@nxp.com>
Date:   Tue Jan 10 16:54:48 2017 +0800

    qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
    
    If support glBlitFrameBuffer, use it for texture copy instead
    of glCopyTexImage2D
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777078