aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/context.c
Commit message (Expand)AuthorAge
* client API: add a new way to pass X11 Display etc. to render APIGravatar wm42018-03-26
* vo_gpu: remove old window screenshot glue code and GL implementationGravatar wm42018-02-13
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* vo_gpu: simplify structs / namesGravatar Niklas Haas2017-09-22
* vo_gpu: opengl: fix possible screenshot window crashGravatar Niklas Haas2017-09-22
* vo_gpu: fix memleak in ra_gl_ctxGravatar Niklas Haas2017-09-21
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* vo_opengl: support compute shadersGravatar Niklas Haas2017-07-24
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* vo_opengl: use textureGatherOffset for polar filtersGravatar Niklas Haas2017-07-05
* d3d: make DXVA2 support optionalGravatar wm42017-06-30
* vo_opengl: drop TLS usageGravatar wm42017-05-11
* vo_opengl: move X11 backends before WaylandGravatar wm42017-04-16
* vo_opengl: add a backend start_frame callback for context_vdpauGravatar wm42017-03-20
* vo_opengl: add experimental vdpauglx backendGravatar wm42017-03-18
* vo_opengl: add log field to MGLContextGravatar wm42017-03-18
* vo_opengl: angle: rewrite with custom swap chainGravatar James Ross-Gowan2017-02-07
* options: refactor how --opengl-dcomposition is declaredGravatar wm42017-01-20
* build: don't rely on "__thread" being always available with GCCGravatar Dmitrij D. Czarkoff2016-10-20
* vo_opengl: deprecate 'drm-egl' backend and introduce 'drm' insteadGravatar wm42016-09-27
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* vo_opengl: mali fbdev supportGravatar wm42016-09-13
* vo_opengl: factor some EGL context creation codeGravatar wm42016-09-13
* vo_opengl: fix non-C11 TLS fallback for gccGravatar wm42016-09-12
* vo_opengl: add an angle-es2 backendGravatar wm42016-05-10
* vo_opengl: GLX: try to create 3.3 core profile contextGravatar wm42016-03-19
* Change GPL/LGPL dual-licensed files to LGPLGravatar wm42016-01-19
* vo_opengl: fall back to gcc thread local storageGravatar wm42015-12-23
* vo_opengl: split backend code from common.c to context.cGravatar wm42015-12-19