summaryrefslogtreecommitdiffstats
path: root/video/out/gl_x11.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: remove remnants of dropped stereo buffer supportwm42015-01-241-11/+0
* vo_opengl: cleanups after vo_opengl_old removalwm42015-01-211-4/+5
* x11: always use glXGetProcAddressARB()wm42015-01-071-1/+1
* vo_opengl: remove pointless glFinish callswm42014-12-191-3/+0
* vo_opengl, x11: add ES context creation via GLXwm42014-12-191-8/+28
* vo_opengl: better probe handlingwm42014-12-191-11/+2
* vo_opengl, x11: make legacy context warning not an errorwm42014-12-181-1/+1
* gl_x11: distinguish missing GLX and too old GLX versionswm42014-10-121-3/+5
* gl_x11: remove workaround for PPC OSX 10.4wm42014-05-311-7/+0
* gl_x11: always require some GLX API functions, avoid dlsym()wm42014-05-311-17/+5
* video/out: remove unused config() parameterswm42014-05-071-2/+1
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-2/+2
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-061-4/+10
* gl_x11: always request true color visualwm42014-02-061-0/+1
* vo_opengl: don't assume there'a always 1 fbconfig on successwm42014-01-211-1/+1
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-111-4/+2
* gl_common: remove unneeded callbackwm42013-11-141-1/+0
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* gl_x11: fail gracefully if selected FBconfig has no X visualwm42013-10-031-0/+6
* gl_common: complete mp_msg conversionwm42013-09-121-3/+3
* gl_x11: mp_msg conversionAlexander Preisinger2013-09-111-12/+10
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-4/+1
* vo_opengl: add alpha outputwm42013-03-281-6/+41
* gl_common: split into platform specific fileswm42013-03-281-0/+282