From 0ccceecdc61ba913d7dc591432ebd3b00836b9bd Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Sep 2016 17:03:24 +0200 Subject: vo_opengl: mali fbdev support 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. --- DOCS/man/options.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 441e0d2afc..7c3ff0808c 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4225,6 +4225,8 @@ The following video options are currently all specific to ``--vo=opengl`` and DRM/EGL x11egl X11/EGL + mali-fbdev + Direct fbdev/EGL support on some ARM/MALI devices. ``--opengl-es=`` Select whether to use GLES: -- cgit v1.2.3