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)
commite56df237ee3ef98685d7a59ffea054330864615d
tree696f6f725bb634393cfd1b92b32da632898c3347
parentd1ad64fca7891861c948a0ab66cdb6cdf52d9c2f
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/qt/qtitem.cc