summaryrefslogtreecommitdiffstats
path: root/video/out/gl_x11egl.c
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: GLES 3 supportwm42014-12-171-8/+29
| | | | | | | | | | | | Tested with MESA on software emulation. Seems to work well, although the default FBO format in opengl-hq disables most interesting features. I have no idea how well it will work on real hardware (or if it does at all). Unfortunately, some features, including playback of 10 bit video, are not supported. Not sure what to do about this. GLES 2 or 1 do not work.
* vo_opengl: minimal EGL on X11 supportwm42014-11-041-0/+167
Pretty useless and only good for testing. Does not include any form of GLES support.