gstreamer/gst-libs/gst/gl/win32
Sebastian Dröge 8c56e1bba7 gl: Try harder to load symbols from the correct place
This commit makes the loading of the GModules threadsafe, and
always first tries to load the symbol for the GL library that
is selected for the current context. Only then it falls back
to looking into the current module (NULL), and only as a last
resort the context specific function (e.g. eglGetProcAddress())
is called.

Also add configure parameters to select the names of the library
modules instead of using the defaults, and let the defaults be
independent of the G_MODULE_SUFFIX.

https://bugzilla.gnome.org/show_bug.cgi?id=728753
2017-12-09 19:31:38 +00:00
..
gstglcontext_wgl.c gl: Try harder to load symbols from the correct place 2017-12-09 19:31:38 +00:00
gstglcontext_wgl.h [794/906] context: add subclasses for the different platforms (egl, glx, wgl, etc) 2017-12-09 19:31:30 +00:00
gstglwindow_win32.c [862/906] window: remove set_need_lock 2017-12-09 19:31:33 +00:00
gstglwindow_win32.h [794/906] context: add subclasses for the different platforms (egl, glx, wgl, etc) 2017-12-09 19:31:30 +00:00
gstglwindow_win32_egl.c [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2017-12-09 19:31:30 +00:00
gstglwindow_win32_egl.h gl: keep only one occurence of '#include <EGL/egl.h>' 2017-12-09 19:31:34 +00:00
Makefile.am gl: fix out-of-source builds pt2 2017-12-09 19:31:35 +00:00