qt: use our function table instead of directly calling gl functions
authorMatthew Waters <matthew@centricular.com>
Wed, 9 Sep 2015 14:00:11 +0000 (00:00 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 9 Sep 2015 14:33:40 +0000 (00:33 +1000)
commitbca1fd1040ab085b63895b92720eb448df438bfa
treee93dddc8ed83dcd553ea0c30ddc569a8e854db87
parent591494ff5470033907e12dc695ced2c84b060aa8
qt: use our function table instead of directly calling gl functions

Otherwise when building with --as-needed we would need to link to
a GL or GLES library.

https://bugzilla.gnome.org/show_bug.cgi?id=754732
ext/qt/gstqsgtexture.cc