gstreamer/gst-libs/gst/gl
Julien Isorce 6f1530c658 [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects
Fix bug #310775

gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink is working
but for now you cannot append any other opengl filters between
libvisual_gl_projectM and glimagesink because our FBO is turned OFF.

It would require that libvisual allows to split rendering between
pass1,2,3... and final rendering. In order to unbind our FBO before
the passN, and then rebind it just before the final libvisual rendering.
2014-03-15 18:36:43 +01:00
..
CMakeLists.txt [471/906] glshader: add dynamic fragment shader filter 2014-03-15 18:36:42 +01:00
GNUmakefile.gnustep [471/906] glshader: add dynamic fragment shader filter 2014-03-15 18:36:42 +01:00
gstglbuffer.c [310/906] Global reindent 2014-03-15 18:36:33 +01:00
gstglbuffer.h [463/906] Add some more G_{BEGIN,END}_DECLS to public headers 2014-03-15 18:36:41 +01:00
gstgldisplay.c [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects 2014-03-15 18:36:43 +01:00
gstgldisplay.h [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2014-03-15 18:36:42 +01:00
gstgles2.h [478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h 2014-03-15 18:36:42 +01:00
gstglfilter.c [483/906] glelements: do not leak parent when using gst_pad_get_parent 2014-03-15 18:36:43 +01:00
gstglfilter.h [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2014-03-15 18:36:42 +01:00
gstglmixer.c [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2014-03-15 18:36:42 +01:00
gstglmixer.h [393/906] glmosaic: for now it's a cube mosaic 2014-03-15 18:36:37 +01:00
gstglmixerpad.h [387/906] glmixer: add a glmixer base element 2014-03-15 18:36:37 +01:00
gstglshader.c [477/906] OpenGL ES 2.0: fix build since glfiltershader changes 2014-03-15 18:36:42 +01:00
gstglshader.h [477/906] OpenGL ES 2.0: fix build since glfiltershader changes 2014-03-15 18:36:42 +01:00
gstglshadervariables.c [480/906] win32 builds: add glshader filter sources to vs9 and codeblocks 2014-03-15 18:36:42 +01:00
gstglshadervariables.h [471/906] glshader: add dynamic fragment shader filter 2014-03-15 18:36:42 +01:00
gstglwindow.h [412/906] Cocoa backend: improve support on GNUStep 2014-03-15 18:36:38 +01:00
gstglwindow_cocoa.m [412/906] Cocoa backend: improve support on GNUStep 2014-03-15 18:36:38 +01:00
gstglwindow_win32.c [415/906] gstglwindow_win32: share opengl context in correct order 2014-03-15 18:36:39 +01:00
gstglwindow_winCE.c [412/906] Cocoa backend: improve support on GNUStep 2014-03-15 18:36:38 +01:00
gstglwindow_x11.c [467/906] tests: various build fixes 2014-03-15 18:36:42 +01:00
gstglwindow_x11ES2.c [412/906] Cocoa backend: improve support on GNUStep 2014-03-15 18:36:38 +01:00
Makefile.am [471/906] glshader: add dynamic fragment shader filter 2014-03-15 18:36:42 +01:00