GNOME Bugzilla – Bug 777078
qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
Last modified: 2017-01-10 14:51:18 UTC
If support glBlitFrameBuffer, use it for texture copy instead of glCopyTexImage2D, or will fallback.
Created attachment 343220 [details] [review] qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
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