glcontext: fix get_current_gl_api on x11/nvidia drivers
authorMatthew Waters <matthew@centricular.com>
Sat, 18 Jul 2015 07:19:18 +0000 (17:19 +1000)
committerMatthew Waters <matthew@centricular.com>
Sat, 18 Jul 2015 08:18:22 +0000 (18:18 +1000)
commitd5996de5d7b2153f70edda60e993406137ee19b8
tree4b23b7c06bb754fc53fc3391c07f53ef06929085
parent74711c214df4ab607ff69a428b8e690969a3949e
glcontext: fix get_current_gl_api on x11/nvidia drivers

They require to get_proc_address some functions through the
platform specific {glX,egl}GetProcAddress rather than the default
GL library symbol lookup.
ext/gtk/gtkgstglwidget.c
ext/qt/qtitem.cc
gst-libs/gst/gl/cocoa/gstglcaopengllayer.m
gst-libs/gst/gl/gstglcontext.c
gst-libs/gst/gl/gstglcontext.h
tests/check/libs/gstglcontext.c