1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-21 15:12:48 +00:00
mpv/video/out
Dudemanguy 92a6f2d687 drm: rewrite based around vo_drm_state
A longstanding pain point of the drm VOs is the relative lack of state
sharing. While drm_common does provide some sharing, it's far less than
other platforms like x11 or wayland. What we do here is essentially copy
them by creating a new vo_drm_state struct and using it in vo_drm and
context_drm_egl. Much of the functionality that was essentially
duplicated in both VOs/contexts is now reduced simple functions in
drm_common. The usage of the term 'kms' was also mostly eliminated since
this is libdrm nowadays from a userspace perspective.
2023-01-21 17:08:29 +00:00
..
cocoa
d3d11 various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
gpu various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
gpu_next
hwdec drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
mac
opengl drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
placebo various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
vulkan wayland: make vo_wayland_reconfig a bool 2023-01-08 20:42:42 +00:00
win32
wldmabuf wayland: cleanup on vo_wayland_init error 2023-01-08 20:42:42 +00:00
android_common.c vo: change vo_platform_init to bool 2023-01-08 20:42:42 +00:00
android_common.h vo: change vo_platform_init to bool 2023-01-08 20:42:42 +00:00
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift
cocoa_common.h
cocoa_common.m
dither.c
dither.h
dr_helper.c various: replace if + abort() with MP_HANDLE_OOM() 2023-01-12 22:02:07 +01:00
dr_helper.h
drm_atomic.c drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
drm_atomic.h drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
drm_common.c drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
drm_common.h drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
drm_prime.c
drm_prime.h
filter_kernels.c filter_kernels: fix kaiser 2022-12-20 13:53:25 +01:00
filter_kernels.h
libmpv_sw.c
libmpv.h
present_sync.c
present_sync.h
vo_caca.c
vo_direct3d.c
vo_dmabuf_wayland.c vo_dmabuf_wayland: drop support for linux-dmabuf-v2 2023-01-12 17:42:35 +00:00
vo_drm.c drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
vo_gpu_next.c vo_gpu_next: don't flush cache on OSD update 2022-11-25 02:15:05 +01:00
vo_gpu.c
vo_image.c
vo_kitty.c build: add configure test for POSIX shm for the sake of vo_kitty 2022-12-26 15:08:07 +01:00
vo_lavc.c various: replace if + abort() with MP_HANDLE_OOM() 2023-01-12 22:02:07 +01:00
vo_libmpv.c
vo_mediacodec_embed.c
vo_null.c
vo_rpi.c
vo_sdl.c
vo_sixel.c vo_sixel: Implement write() loop 2022-12-20 10:45:36 +01:00
vo_tct.c video: replace sprintf usage 2023-01-12 22:02:07 +01:00
vo_vaapi.c
vo_vdpau.c various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
vo_wlshm.c vo_wlshm: properly support video panscan 2023-01-09 19:30:26 -06:00
vo_x11.c
vo_xv.c
vo.c vo: make driver list static 2023-01-16 19:25:54 +00:00
vo.h drm: rewrite based around vo_drm_state 2023-01-21 17:08:29 +00:00
w32_common.c vo: change vo_platform_init to bool 2023-01-08 20:42:42 +00:00
w32_common.h vo: change vo_platform_init to bool 2023-01-08 20:42:42 +00:00
wayland_common.c wayland: only warn when actually missing idle inhibit support 2023-01-16 19:26:09 +00:00
wayland_common.h wayland: store presentation feedbacks in a pool 2023-01-13 22:24:11 -06:00
win_state.c
win_state.h
wlbuf_pool.c
wlbuf_pool.h wlbuf_pool.h: add headers for forward declarations 2022-11-20 19:13:59 +00:00
x11_common.c video/x11: replace sprintf usage 2023-01-12 22:02:07 +01:00
x11_common.h vo: change vo_platform_init to bool 2023-01-08 20:42:42 +00:00