summaryrefslogtreecommitdiffstats
path: root/video/out/gl_hwdec_vaglx.c
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: add support for VA-API OpenGL interopwm42013-11-041-0/+140
VA-API's OpenGL/GLX interop is pretty bad and perhaps slow (renders a X11 pixmap into a FBO, and has to go over X11, probably involves one or more copies), and this code serves more as an example, rather than for serious use. On the other hand, this might be work much better than vo_vaapi, even if slightly slower.