aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/egl_helpers.h
Commit message (Collapse)AuthorAge
* vo_opengl: x11egl: retrieve framebuffer depthGravatar wm42015-12-19
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.