summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_mali_fbdev.c
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: add a generic EGL function loader functionwm42017-04-061-12/+1
| | | | | | | This is pretty trivial, but also quite annoying due to details like mismatching eglGetProcAddress() function signature (most callers just cast the function pointer), and ARM/Linux hacks. So move them all to one place.
* vo_opengl: mali fbdev supportwm42016-09-131-0/+167
Minimal support just for testing. Only the window surface creation (including size determination) is really platform specific, so this could be some generic thing with platform-specific support as some sort of sub-driver, but on the other hand I don't see much of a need for such a thing. While most of the fbdev usage is done by the EGL driver, using this fbdev ioctl is apparently the only way to get the display resolution.