gstreamer/gst-libs/gst/gl
Sebastian Dröge bfdbdb7eb6 glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available
glBlitFramebuffer() is new GLES3/GL3 API. They are probably often
implemented in terms of each other, and glBlitFramebuffer() can
potentially be implemented more flexible. Let's use it if available.

Also it actually works on imx6 with DirectVIV textures.

Based on a patch by Haihua Hu <jared.hu@nxp.com> from
https://github.com/Freescale/meta-freescale/blob/master/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/

https://bugzilla.gnome.org/show_bug.cgi?id=779070
2017-02-23 21:57:33 +02:00
..
android gl/android: don't install the android window header 2016-11-08 12:46:09 +11:00
cocoa glcontext/cocoa: implement empty swap_buffers 2016-11-16 17:34:29 +11:00
dispmanx gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
eagl gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
egl gl/docs: add symbols from -unused.txt 2017-01-13 11:20:50 +11:00
glprototypes glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available 2017-02-23 21:57:33 +02:00
utils gl: Fix compiler warning about unused const variable with gcc 6 2016-02-18 10:33:20 +02:00
wayland gl/window: remove use of main_context_push/pop_thread_default() 2016-12-16 00:02:47 +11:00
win32 gl/window: remove use of main_context_push/pop_thread_default() 2016-12-16 00:02:47 +11:00
x11 gl/x11: Remove unused static function 2016-11-25 23:44:25 +02:00
.gitignore [644/906] update .gitignore for some new files 2014-03-15 18:36:52 +01:00
gl.h gl: remove reference to non-existant header 2017-01-10 14:29:46 +11:00
gstgl_enums.h gl*memory: document new functionality and objects 2016-03-06 19:36:17 +11:00
gstgl_fwd.h gl/docs: some type fixes of type names 2017-01-13 11:20:50 +11:00
gstglapi.c gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglapi.h gl: don't expose OpenGL prototypes 2016-11-08 12:46:09 +11:00
gstglbasefilter.c gl/utils: also take care of the local GL context in query functions 2017-01-13 11:20:51 +11:00
gstglbasefilter.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstglbasememory.c gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglbasememory.h glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction 2017-01-10 20:06:39 +11:00
gstglbuffer.c gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglbuffer.h gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglbufferpool.c glbufferpool: introduce check for GLMemory allocators 2016-11-15 23:55:00 +11:00
gstglbufferpool.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstglcolorconvert.c gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglcolorconvert.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglconfig.h.meson meson: add some starting build files for GL 2016-09-09 11:22:47 +10:00
gstglcontext.c gstglcontext: is_shared should return FALSE if no group 2016-12-01 10:50:05 +00:00
gstglcontext.h glcontext: add vfunc to retrieve the OpenGL platform version 2016-11-17 14:06:21 +11:00
gstgldebug.c gl: add skip annotations to non-GI possible struct constructors 2017-01-10 20:04:30 +11:00
gstgldebug.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstgldisplay.c gldisplay: add missing transfer annotations 2017-01-10 20:05:42 +11:00
gstgldisplay.h gldisplay: some annotation updates/typo fixes 2017-01-10 15:35:52 +11:00
gstglfeature.c glutils: document functions 2017-01-13 11:20:51 +11:00
gstglfeature.h glfeature: move internal functions into a private header 2016-11-03 16:16:12 +11:00
gstglfeature_private.h glfeature: move internal functions into a private header 2016-11-03 16:16:12 +11:00
gstglfilter.c glutils: remove trivial helper function 2017-01-13 11:20:51 +11:00
gstglfilter.h glfilter: remove display_init/reset 2016-11-08 02:21:20 +11:00
gstglformat.c gl/format: use the unsized format for RGB on GLES2 2016-12-17 01:13:44 +11:00
gstglformat.h gl/docs: some type fixes of type names 2017-01-13 11:20:50 +11:00
gstglframebuffer.c gl/gi: some annotation updates for called functions 2016-11-03 16:16:12 +11:00
gstglframebuffer.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglmemory.c glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available 2017-02-23 21:57:33 +02:00
gstglmemory.h gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglmemorypbo.c gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglmemorypbo.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstgloverlaycompositor.c gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstgloverlaycompositor.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstglpixelformat.c glfilter: rewrite subclasses for filter_texture() occuring on GL thread 2016-07-26 14:07:24 +10:00
gstglquery.c gl: add skip annotations to non-GI possible struct constructors 2017-01-10 20:04:30 +11:00
gstglquery.h gl/docs: document new API added in 1.10 2016-11-03 12:08:44 +11:00
gstglrenderbuffer.c gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglrenderbuffer.h gl: add necessary get_type() functions for allocation params structures 2017-01-10 19:58:48 +11:00
gstglshader.c gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
gstglshader.h gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
gstglshaderstrings.c gl: take the affine transformation in NDC 2016-05-14 16:35:29 +03:00
gstglshaderstrings.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstglsl.c glsl: fix #version 150 not working with profiles 2016-11-03 12:08:44 +11:00
gstglsl.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglsl_private.h gstgl: Re-enable WINAPI on _MSC_VER 2016-10-28 10:00:59 +05:30
gstglslstage.c glslstage: define GL constants if needed instead of using #ifdef 2017-01-13 11:20:51 +11:00
gstglslstage.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglsyncmeta.c gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglsyncmeta.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglupload.c gst: Don't declare variables inside the for loop header 2016-12-13 22:39:01 +02:00
gstglupload.h gstgl: Add GST_EXPORT to all symbols used on Windows 2016-10-27 23:06:25 +05:30
gstglutils.c glutils: document functions 2017-01-13 11:20:51 +11:00
gstglutils.h glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-01-13 11:20:51 +11:00
gstglutils_private.h glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-01-13 11:20:51 +11:00
gstglviewconvert.c glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-01-13 11:20:51 +11:00
gstglviewconvert.h gl/docs: massive update 2016-11-03 16:16:11 +11:00
gstglwindow.c gl/window: remove unused priv variable 2016-12-16 00:22:41 +11:00
gstglwindow.h glwindow: use the same parameter names between vfuncs and functions of the same name 2017-01-10 20:07:09 +11:00
Makefile.am gl: update sys dependants for function removals 2017-01-13 13:01:28 +11:00
meson.build configure: Remove unused Mali EGL/fbdev_window support 2017-02-16 20:09:40 +02:00