summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-0/+10
This is used for dithering, although I'm not aware of anyone who got higher than 8 bit depth support to work on Linux. Also put this into egl_helpers.c. Since EGL is pseudo-portable at best I have no hope that the EGL context creation code in all the backends can be fully shared. But some self-contained functionality can definitely be shared.