gstreamer/gst-libs/gst/gl
Julien Isorce 87a1652216 [330/906] Can now share textures with an external gl context
The external opengl context must be specify when creating
our OpenGL context (glx) or just after (wgl).
When calling glXCreateContext or wglShareLists, the
external opengl context must not be current.
Then our gl context can be current in the gl thread while
the external gl context is current in an other thread.
See tests/examples/clutter/cluttershare.c
2014-03-15 18:36:34 +01:00
..
CMakeLists.txt [306/906] fix CMake build and frozen CodeBlocks build 2014-03-15 18:36:32 +01:00
GNUmakefile.gnustep [318/906] rename GNUmakefile(s) to GNUmakefile(s).gnustep 2014-03-15 18:36:33 +01:00
gstglbuffer.c [310/906] Global reindent 2014-03-15 18:36:33 +01:00
gstglbuffer.h [229/906] update authors from the CVS repository 2014-03-15 18:36:28 +01:00
gstgldisplay.c [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstgldisplay.h [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstgles2.h [326/906] add X backend for OpenGL ES 2.0 2014-03-15 18:36:34 +01:00
gstglfilter.c [310/906] Global reindent 2014-03-15 18:36:33 +01:00
gstglfilter.h [229/906] update authors from the CVS repository 2014-03-15 18:36:28 +01:00
gstglshader.c [321/906] add OpenGL ES 2.x support. 2014-03-15 18:36:33 +01:00
gstglshader.h [321/906] add OpenGL ES 2.x support. 2014-03-15 18:36:33 +01:00
gstglwindow.h [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstglwindow_cocoa.m [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstglwindow_win32.c [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstglwindow_winCE.c [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstglwindow_x11.c [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
gstglwindow_x11ES2.c [330/906] Can now share textures with an external gl context 2014-03-15 18:36:34 +01:00
Makefile.am [329/906] Build for Cocoa on darwin, with various fixes 2014-03-15 18:36:34 +01:00