mpv/video/out/opengl
wm4 0ccceecdc6 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.
2016-09-13 18:26:06 +02:00
..
angle_dynamic.c
angle_dynamic.h
common.c vo_opengl: add hw overlay support and use it for RPI 2016-09-12 19:58:58 +02:00
common.h vo_opengl: add hw overlay support and use it for RPI 2016-09-12 19:58:58 +02:00
context.c vo_opengl: mali fbdev support 2016-09-13 18:26:06 +02:00
context.h vo_opengl: factor some EGL context creation code 2016-09-13 18:03:43 +02:00
context_angle.c
context_cocoa.c
context_drm_egl.c
context_dxinterop.c
context_mali_fbdev.c vo_opengl: mali fbdev support 2016-09-13 18:26:06 +02:00
context_rpi.c vo_opengl: rpi: merge vo_rpi features 2016-09-12 20:03:55 +02:00
context_rpi.h vo_opengl: rpi: merge vo_rpi features 2016-09-12 20:03:55 +02:00
context_w32.c
context_wayland.c
context_x11.c
context_x11egl.c vo_opengl: factor some EGL context creation code 2016-09-13 18:03:43 +02:00
egl_helpers.c vo_opengl: factor some EGL context creation code 2016-09-13 18:03:43 +02:00
egl_helpers.h vo_opengl: factor some EGL context creation code 2016-09-13 18:03:43 +02:00
formats.c
formats.h
header_fixes.h
hwdec.c vo_opengl: add hw overlay support and use it for RPI 2016-09-12 19:58:58 +02:00
hwdec.h vo_opengl: add hw overlay support and use it for RPI 2016-09-12 19:58:58 +02:00
hwdec_cuda.c
hwdec_d3d11egl.c
hwdec_d3d11eglrgb.c
hwdec_dxva2.c
hwdec_dxva2egl.c
hwdec_dxva2gldx.c
hwdec_osx.c
hwdec_rpi.c vo_opengl: add hw overlay support and use it for RPI 2016-09-12 19:58:58 +02:00
hwdec_vaegl.c
hwdec_vaglx.c
hwdec_vdpau.c
lcms.c
lcms.h
osd.c
osd.h
user_shaders.c
user_shaders.h
utils.c vo_opengl: better behavior in GL error corner cases 2016-09-12 20:05:43 +02:00
utils.h
video.c vo_opengl: fix typo in bt.601 auto-guessing logic 2016-09-13 09:23:47 +02:00
video.h
video_shaders.c
video_shaders.h