summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-071-1/+0
* options: refactor how --opengl-dcomposition is declaredwm42017-01-201-0/+1
* build: don't rely on "__thread" being always available with GCCDmitrij D. Czarkoff2016-10-201-1/+1
* vo_opengl: deprecate 'drm-egl' backend and introduce 'drm' insteadwm42016-09-271-0/+2
* options: simplify M_OPT_EXITwm42016-09-171-1/+1
* vo_opengl: mali fbdev supportwm42016-09-131-0/+4
* vo_opengl: factor some EGL context creation codewm42016-09-131-0/+2
* vo_opengl: fix non-C11 TLS fallback for gccwm42016-09-121-1/+1
* vo_opengl: add an angle-es2 backendwm42016-05-101-0/+2
* vo_opengl: GLX: try to create 3.3 core profile contextwm42016-03-191-0/+11
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-13/+7
* vo_opengl: fall back to gcc thread local storagewm42015-12-231-1/+7
* vo_opengl: split backend code from common.c to context.cwm42015-12-191-0/+228