gl_common: do not call glXGetClientString() and glXGetServerString()
commit6f0f424eb243f9f9362d6dca5028f411e95f0805
authorwm4 <wm4@mplayer2.org>
Mon, 16 Apr 2012 19:41:26 +0000 (16 21:41 +0200)
committerUoti Urpala <uau@mplayer2.org>
Mon, 10 Sep 2012 11:14:00 +0000 (10 14:14 +0300)
tree5e3773b682667e7c4cdad4169b621f7a71d86500
parent161faf8514edf82bdea63d457fc0cf24cff586bb
gl_common: do not call glXGetClientString() and glXGetServerString()

Only call glXGetClientString(), which contains all supported GLX
extensions. Extensions only returned by glXGetClientString() or
glXGetServerString() are not necessarily actually supported.

This essentially reverts svn commit 29721 (git fe3b9a88ce62ab). It is
not known whether this commit actually fixed anything, such as working
around a broken OpenGL driver.
libvo/gl_common.c