summaryrefslogtreecommitdiffstats
path: root/video/out/gl_x11egl.c
Commit message (Collapse)AuthorAgeFilesLines
* x11egl: minor cleanupwm42015-02-201-4/+6
| | | | Not like it matters, and is probably still not entirely correct.
* vo_opengl: add GLES 2 supportwm42014-12-191-1/+1
| | | | | | | | Rather basic support. Almost nothing works, and even if it does, it's bound to be inefficient (due to texture upload). This was tested with the nVidia desktop binary drivers, which provide GLES 2 support only. However, nVidia is not known to be very strict about OpenGL, and the driver is very new too, so the vo_opengl code will have bugs too.
* 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.