summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: EGL: provide SwapInterval to generic codewm42017-12-271-0/+10
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-60/+54
* vo_opengl: add a generic EGL function loader functionwm42017-04-061-0/+31
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-201-1/+3
* vo_opengl: egl_helpers: fix for non-WindowsJames Ross-Gowan2017-02-081-1/+1
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-071-0/+6
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* vo_opengl: egl: handle potential eglChooseConfig failureswm42016-12-311-11/+10
* vo_opengl: egl: fix depth size parameterwm42016-12-301-1/+0
* vo_opengl: egl_helpers: add a way to override config selectionwm42016-12-301-2/+14
* vo_opengl: egl_helpers: add a way to pass more optionswm42016-12-301-16/+26
* vo_opengl: egl: print EGL errors only if not probingwm42016-09-301-6/+9
* vo_opengl: EGL: dump some version infowm42016-09-141-0/+8
* vo_opengl: EGL: better desktop-GL context creationwm42016-09-141-19/+65
* vo_opengl: EGL: silence eglBindAPI() error messagewm42016-09-131-1/+1
* vo_opengl: factor some EGL context creation codewm42016-09-131-0/+96
* vo_opengl: use standard functions to retrieve display depthwm42016-06-141-10/+0
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-0/+35