mpv/video/out/opengl
wm4 0b87bf9b72 vo_opengl: vaapi: document DRM fourcc upstream defines
Add the upstream symbolic names as comments. Normally, these should be
defined in libdrm's drm_fourcc.h header. But DRM_FORMAT_R8 and
DRM_FORMAT_GR88 are not defined anywhere, except in the kernel userland
headers of Linux 4.3 (!). We don't want mpv to depend on bleeding-edge
Linux kernel headers, so this will have to do.

Also, just for completeness, add fourccs for the 3 and 4 channel
formats. I didn't manage to test them, though.
2015-09-25 12:03:36 +02:00
..
cocoa.c
common.c vo_opengl: load certain EGL extensions needed for VAAPI EGL interop 2015-09-25 00:19:58 +02:00
common.h vo_opengl: load certain EGL extensions needed for VAAPI EGL interop 2015-09-25 00:19:58 +02:00
header_fixes.h vo_opengl: load certain EGL extensions needed for VAAPI EGL interop 2015-09-25 00:19:58 +02:00
hwdec.c vo_opengl: support new VAAPI EGL interop 2015-09-25 00:26:19 +02:00
hwdec.h
hwdec_dxva2.c client API: rename GL_MP_D3D_interfaces 2015-09-24 21:07:37 +02:00
hwdec_vaegl.c vo_opengl: vaapi: document DRM fourcc upstream defines 2015-09-25 12:03:36 +02:00
hwdec_vaglx.c vo_opengl: actually set hardware decoder mapped texture format 2015-09-24 23:48:57 +02:00
hwdec_vda.c vo_opengl: actually set hardware decoder mapped texture format 2015-09-24 23:48:57 +02:00
hwdec_vdpau.c vo_opengl: actually set hardware decoder mapped texture format 2015-09-24 23:48:57 +02:00
lcms.c
lcms.h
osd.c
osd.h
rpi.c
rpi.h
utils.c vo_opengl: move shader file caching to video.c 2015-09-23 22:13:03 +02:00
utils.h vo_opengl: move shader file caching to video.c 2015-09-23 22:13:03 +02:00
video.c vo_opengl: actually set hardware decoder mapped texture format 2015-09-24 23:48:57 +02:00
video.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
video_shaders.c vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
video_shaders.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
w32.c
wayland.c
x11.c
x11egl.c vo_opengl: add mechanism to retrieve Display from EGL context 2015-09-25 00:20:11 +02:00