gstreamer/gst-libs/gst/gl
Nick Kallen 7b42f26b80 applemedia/gl: Update code to use ARC
All code interacting with Objective-C objects should now use Automated
Reference Counting rather than manual memory management or Garbage
Collection. Because ARC prohibits C-structs from containing
references to Objective-C objects, all such fields are now typed
'gpointer'. Setting and gettings Objective-C fields on such a
struct now uses explicit __bridge_* calls to tell ARC about
object lifetimes.

https://bugzilla.gnome.org/show_bug.cgi?id=777847
2017-12-09 19:32:27 +00:00
..
android gl/android: don't install the android window header 2017-12-09 19:32:24 +00:00
cocoa applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
dispmanx gl: GST_GL_TYPE -> GST_TYPE_GL 2017-12-09 19:32:23 +00:00
eagl applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
egl gl: Fix backwards compat GST_GL_TYPE_* functions/macros 2017-12-09 19:32:26 +00:00
glprototypes glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available 2017-12-09 19:32:26 +00:00
utils gl: Fix compiler warning about unused const variable with gcc 6 2017-12-09 19:32:17 +00:00
viv-fb gl/viv-fb: Don't use deprecated symbols and make macros more consistent 2017-12-09 19:32:26 +00:00
wayland gl/window: remove use of main_context_push/pop_thread_default() 2017-12-09 19:32:25 +00:00
win32 gl/window: remove use of main_context_push/pop_thread_default() 2017-12-09 19:32:25 +00:00
x11 gl: Fixup for last commit 2017-12-09 19:32:27 +00:00
.gitignore [644/906] update .gitignore for some new files 2017-12-09 19:31:27 +00:00
gl.h gl: remove reference to non-existant header 2017-12-09 19:32:25 +00:00
gstgl_enums.h gl*memory: document new functionality and objects 2017-12-09 19:32:17 +00:00
gstgl_fwd.h gl/docs: some type fixes of type names 2017-12-09 19:32:26 +00:00
gstglapi.c gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglapi.h gl: don't expose OpenGL prototypes 2017-12-09 19:32:24 +00:00
gstglbasefilter.c gl/utils: also take care of the local GL context in query functions 2017-12-09 19:32:26 +00:00
gstglbasefilter.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglbasememory.c gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglbasememory.h glbasememory: type fix for GstGLBaseMemoryAllocatorAllocFunction 2017-12-09 19:32:26 +00:00
gstglbuffer.c gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglbuffer.h gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglbufferpool.c glbufferpool: introduce check for GLMemory allocators 2017-12-09 19:32:24 +00:00
gstglbufferpool.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglcolorconvert.c glcolorconvert: Check return value of gst_gl_context_check_framebuffer_status() 2017-12-09 19:32:26 +00:00
gstglcolorconvert.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglconfig.h.meson meson: add some starting build files for GL 2017-12-09 19:32:22 +00:00
gstglcontext.c gstglcontext: is_shared should return FALSE if no group 2017-12-09 19:32:25 +00:00
gstglcontext.h gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXT 2017-12-09 19:32:27 +00:00
gstgldebug.c gl: add skip annotations to non-GI possible struct constructors 2017-12-09 19:32:26 +00:00
gstgldebug.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstgldisplay.c gl: Add support for Vivante EGL FB windowing system 2017-12-09 19:32:26 +00:00
gstgldisplay.h gl: Add support for Vivante EGL FB windowing system 2017-12-09 19:32:26 +00:00
gstglfeature.c glutils: document functions 2017-12-09 19:32:26 +00:00
gstglfeature.h glfeature: move internal functions into a private header 2017-12-09 19:32:23 +00:00
gstglfeature_private.h glfeature: move internal functions into a private header 2017-12-09 19:32:23 +00:00
gstglfilter.c glutils: remove trivial helper function 2017-12-09 19:32:26 +00:00
gstglfilter.h glfilter: remove display_init/reset 2017-12-09 19:32:23 +00:00
gstglformat.c gl/format: use the unsized format for RGB on GLES2 2017-12-09 19:32:25 +00:00
gstglformat.h gl/docs: some type fixes of type names 2017-12-09 19:32:26 +00:00
gstglframebuffer.c gl/gi: some annotation updates for called functions 2017-12-09 19:32:23 +00:00
gstglframebuffer.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglmemory.c glmemory: Use glBlitFramebuffer() instead of glCopyTexImage2D() if available 2017-12-09 19:32:26 +00:00
gstglmemory.h gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglmemorypbo.c gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglmemorypbo.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstgloverlaycompositor.c gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstgloverlaycompositor.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglpixelformat.c glfilter: rewrite subclasses for filter_texture() occuring on GL thread 2017-12-09 19:32:21 +00:00
gstglquery.c gl: add skip annotations to non-GI possible struct constructors 2017-12-09 19:32:26 +00:00
gstglquery.h gl/docs: document new API added in 1.10 2017-12-09 19:32:23 +00:00
gstglrenderbuffer.c gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglrenderbuffer.h gl: add necessary get_type() functions for allocation params structures 2017-12-09 19:32:26 +00:00
gstglshader.c gl: GST_GL_TYPE -> GST_TYPE_GL 2017-12-09 19:32:23 +00:00
gstglshader.h gl: Fixup for last commit 2017-12-09 19:32:27 +00:00
gstglshaderstrings.c gl: take the affine transformation in NDC 2017-12-09 19:32:19 +00:00
gstglshaderstrings.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglsl.c glsl: fix #version 150 not working with profiles 2017-12-09 19:32:23 +00:00
gstglsl.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglsl_private.h gstgl: Re-enable WINAPI on _MSC_VER 2017-12-09 19:32:23 +00:00
gstglslstage.c glslstage: define GL constants if needed instead of using #ifdef 2017-12-09 19:32:26 +00:00
gstglslstage.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglsyncmeta.c gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglsyncmeta.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglupload.c glupload: Add support for Vivante DirectTexture uploads 2017-12-09 19:32:26 +00:00
gstglupload.h gstgl: Add GST_EXPORT to all symbols used on Windows 2017-12-09 19:32:23 +00:00
gstglutils.c glutils: document functions 2017-12-09 19:32:26 +00:00
gstglutils.h glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-12-09 19:32:26 +00:00
gstglutils_private.h glutils: Mark private functions as G_GNUC_INTERNAL 2017-12-09 19:32:26 +00:00
gstglviewconvert.c glutils: privatise matrix multiplication/videoaffinetransformation retrieval 2017-12-09 19:32:26 +00:00
gstglviewconvert.h gl/docs: massive update 2017-12-09 19:32:23 +00:00
gstglwindow.c gl: Add support for Vivante EGL FB windowing system 2017-12-09 19:32:26 +00:00
gstglwindow.h gl: Fixup for last commit 2017-12-09 19:32:27 +00:00
Makefile.am gl: Add viv-fb to DIST_SUBDIRS to fix "make distcheck" 2017-12-09 19:32:26 +00:00
meson.build configure: Remove unused Mali EGL/fbdev_window support 2017-12-09 19:32:26 +00:00