gstreamer/gst-libs/gst/gl
Julien Isorce 2eb9cb551c [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
2017-12-09 19:31:21 +00:00
..
CMakeLists.txt [306/906] fix CMake build and frozen CodeBlocks build 2017-12-09 19:31:21 +00:00
GNUmakefile.gnustep [318/906] rename GNUmakefile(s) to GNUmakefile(s).gnustep 2017-12-09 19:31:21 +00:00
gstglbuffer.c [310/906] Global reindent 2017-12-09 19:31:21 +00:00
gstglbuffer.h [229/906] update authors from the CVS repository 2017-12-09 19:31:19 +00:00
gstgldisplay.c [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstgldisplay.h [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstgles2.h [326/906] add X backend for OpenGL ES 2.0 2017-12-09 19:31:21 +00:00
gstglfilter.c [310/906] Global reindent 2017-12-09 19:31:21 +00:00
gstglfilter.h [229/906] update authors from the CVS repository 2017-12-09 19:31:19 +00:00
gstglshader.c [321/906] add OpenGL ES 2.x support. 2017-12-09 19:31:21 +00:00
gstglshader.h [321/906] add OpenGL ES 2.x support. 2017-12-09 19:31:21 +00:00
gstglwindow.h [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstglwindow_cocoa.m [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstglwindow_win32.c [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstglwindow_winCE.c [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstglwindow_x11.c [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
gstglwindow_x11ES2.c [330/906] Can now share textures with an external gl context 2017-12-09 19:31:21 +00:00
Makefile.am [329/906] Build for Cocoa on darwin, with various fixes 2017-12-09 19:31:21 +00:00