summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_vaegl.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: never load vaapi GLX interop by defaultwm42015-11-091-1/+1
* vo_opengl: vaapi: fix compilation failure on older systemswm42015-10-231-1/+2
* vo_opengl: remove leftover variable from vaglx in vaeglEmmanuel Gil Peyrot2015-10-021-1/+0
* vo_opengl: vaapi: add Wayland supportwm42015-09-271-0/+15
* vaapi: remove dependency on X11wm42015-09-271-6/+24
* vo_opengl: vaapi: provide symbols for missing extensionswm42015-09-271-0/+14
* vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-271-13/+32
* vo_opengl: vaapi: probe the surface formatwm42015-09-261-2/+68
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorwm42015-09-251-2/+4
* vo_opengl: vaapi: handle YV12 correctlywm42015-09-251-0/+3
* vo_opengl: vaapi: document DRM fourcc upstream defineswm42015-09-251-3/+4
* vo_opengl: vaapi: use dummy image to determine plane layoutwm42015-09-251-9/+8
* vo_opengl: vaapi: remove unnecessary loopwm42015-09-251-2/+1
* vo_opengl: vaapi: fix cleanupwm42015-09-251-0/+2
* vo_opengl: support new VAAPI EGL interopwm42015-09-251-0/+247