gstreamer/ext/gl
Alessandro Decina 5f547c5600 gl: initial support for texture targets other than GL_TEXTURE_2D
Make GstGLMemory hold the texture target (tex_target) the texture it represents
(tex_id) is bound to. Modify gst_gl_memory_wrapped_texture and
gst_gl_download_perform_with_data to take the texture target as an argument.

This change is needed to support wrapping textures created outside libgstgl,
which might be bound to a target other than GL_TEXTURE_2D. For example on OSX
textures coming from VideoToolbox have target GL_TEXTURE_RECTANGLE.

With this change we still keep (and sometimes imply) GL_TEXTURE_2D as the
target of textures created with libgstgl.

API: modify GstGLMemory
API: modify gst_gl_memory_wrapped_texture
API: gst_gl_download_perform_with_data
2015-01-30 00:34:08 +11:00
..
effects gl: fix various build errors without desktop gl 2014-11-28 10:59:46 +11:00
BUGS move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gltestsrc.c gltestsrc: implement checkers pattern with GLSL 2014-10-07 23:41:38 +11:00
gltestsrc.h gltestsrc: implement snow pattern with GLSL. 2014-09-24 00:40:37 +10:00
gstglbumper.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglbumper.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglcolorscale.c gl: fix typo in #if 2014-11-28 11:04:22 +11:00
gstglcolorscale.h glcolorscale: support gl3 2014-11-28 09:14:25 +11:00
gstgldeinterlace.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldeinterlace.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstgldifferencematte.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldifferencematte.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstgleffects.c gleffects: don't abort when setting the effect to 0,1,2 2014-12-11 19:41:23 +11:00
gstgleffects.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglfilterapp.c glfilterapp: fix unused variable compiler warning 2014-11-28 16:04:54 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2014-06-12 23:17:05 +10:00
gstglfilterblur.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterblur.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltercube.c glfiltercube: use a shader everywhere 2014-12-11 19:41:23 +11:00
gstglfiltercube.h gl: remove the use of glu 2014-11-28 09:14:26 +11:00
gstglfilterglass.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterglass.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterlaplacian.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterlaplacian.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterreflectedscreen.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
gstglfilterreflectedscreen.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltershader.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltershader.h glfiltershader: port to GLES2 2014-06-17 23:21:15 +10:00
gstglfiltersobel.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltersobel.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglimagesink.c glwindow: make showing a window explicit 2015-01-29 22:26:37 +11:00
gstglimagesink.h gl: split glcolorconvert usage from glupload 2015-01-14 22:22:13 +11:00
gstglmixer.c gl: initial support for texture targets other than GL_TEXTURE_2D 2015-01-30 00:34:08 +11:00
gstglmixer.h gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmixerpad.h glvideomixer: don't upload if alpha <= 0 2015-01-15 09:50:02 +11:00
gstglmosaic.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstgloverlay.c gl: Add support for GstVideoAlignment 2014-12-19 12:11:08 -05:00
gstgloverlay.h gloverlay: support gl3 2014-11-28 09:14:25 +11:00
gstgltestsrc.c gl: initial support for texture targets other than GL_TEXTURE_2D 2015-01-30 00:34:08 +11:00
gstgltestsrc.h gltestsrc: Add other-context property 2014-10-13 13:25:42 +02:00
gstgltransformation.c gl: fixup vao and vbo usage for legacy GL 2014-12-11 19:41:23 +11:00
gstgltransformation.h gltransformation: support gl3 2014-11-28 09:14:25 +11:00
gstglvideomixer.c glvideomixer: don't upload if alpha <= 0 2015-01-15 09:50:02 +11:00
gstglvideomixer.h glvideomixer: add support for gl3 2014-11-28 09:14:25 +11:00
gstopengl.c gl: Rename gst-launch-0.10 to gst-launch-1.0 in docs 2014-12-04 16:25:57 +01:00
Makefile.am glfilterapp is now available on gles2 as well so build it 2014-11-28 14:08:40 +11:00