mpv/video/out/gpu
Dudemanguy 343a5fd345 player: remove all rpi-specific code
vo_rpi and its related code has pretty much historically been a
disaster in mpv. The build regularly gets broken and since nobody uses
it, it takes months for anyone to notice. There was also that time where
fullscreen was broken for about a year and a half. Also building in waf
was entirely broken for about a couple of years or so due to mysterious
reasons no one ever figured out (meson magically fixed it).

Anyways, once again the build is broken due to rpi being forgotten about
again, but instead of pretending to support this crap. Just drop it all.
Nowadays, mmal hwdec is a relic since these devices are better off using
the v4l2m2m ffmpeg fork instead which actually uses KMS properly. RPI 1
and 2 probably can't do this and will remain broken but oh well blame
Broadcom for being special snowflakes and not using standard APIs (my
rockpro worked out of the box; just saying). RPI 2 is nearly 10 years
old anyways, so I think you can afford a new SBC by now. If we were
nicer, there would be a deprecation period, but this is broken in the
last major release anyway so too late.

Closes #13402.
2024-02-05 17:41:06 +00:00
..
context.c player: remove all rpi-specific code 2024-02-05 17:41:06 +00:00
context.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
d3d11_helpers.c csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
d3d11_helpers.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
error_diffusion.c
error_diffusion.h
hwdec.c player: remove all rpi-specific code 2024-02-05 17:41:06 +00:00
hwdec.h vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
lcms.c csputils: replace more primitives with pl_ 2024-01-22 14:54:55 +00:00
lcms.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
libmpv_gpu.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
libmpv_gpu.h vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
osd.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
osd.h vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
ra.c
ra.h
shader_cache.c vo_gpu: fix some cache related memory leaks 2023-07-04 22:14:43 +00:00
shader_cache.h
spirv.c
spirv.h
spirv_shaderc.c
user_shaders.c vo_gpu: don't pass gl_user_shader_hook by value 2023-11-28 10:46:16 +01:00
user_shaders.h vo_gpu: don't pass gl_user_shader_hook by value 2023-11-28 10:46:16 +01:00
utils.c vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
utils.h vo_gpu: don't pass ra_fbo by value 2023-11-28 10:46:16 +01:00
video.c player: ensure runtime updates of certain rendering options 2024-02-05 17:23:47 +00:00
video.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00
video_shaders.c csputils: replace more primitives with pl_ 2024-01-22 14:54:55 +00:00
video_shaders.h csputils: replace mp_colorspace with pl_color_space 2024-01-22 14:54:55 +00:00