mpv/video/out/opengl
Dudemanguy d5f1cd07dc vo_gpu_next: add a pass_colorspace override for drm
The libplacebo colorspace hint api makes sense for things like vulkan,
but for other APIs like drm that are capable of directly handling
colorspaces and hdr metadata it's a nuisance. Add a pass_colorspace fns
that signals to vo_gpu_next that the backend doesn't need the color
information to be manipulated and can handle the metadata itself.
2024-11-04 19:35:28 +00:00
..
angle_dynamic.c
angle_dynamic.h
common.c various: move strings.h inclusion to common.h 2024-05-06 22:01:17 +02:00
common.h
context.c various: allow changing GPU API options at runtime 2024-07-24 18:44:41 +00:00
context.h various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
context_android.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_angle.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_drm_egl.c vo_gpu_next: add a pass_colorspace override for drm 2024-11-04 19:35:28 +00:00
context_dxinterop.c opengl/context_dxinterop: remove unnecessary compatibility defines 2024-09-24 00:21:19 +02:00
context_glx.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_wayland.c options: move all wayland specific options to vo_opts 2024-07-24 18:46:04 +00:00
context_win.c vo/opengl/context_win: fix crash on init failure 2024-07-11 21:55:21 +02:00
context_x11egl.c {x11_common,context_x11egl}: suppress Wundef warning 2024-06-05 19:07:58 +02:00
egl_helpers.c opengl: add --egl-output-format 2024-06-08 10:23:32 +02:00
egl_helpers.h
formats.c
formats.h
gl_headers.h
hwdec_d3d11egl.c vo: hwdec: add AVHWDeviceType property to hwdecs 2024-08-10 14:24:36 -07:00
hwdec_dxva2egl.c vo: hwdec: add AVHWDeviceType property to hwdecs 2024-08-10 14:24:36 -07:00
hwdec_dxva2gldx.c vo: hwdec: add AVHWDeviceType property to hwdecs 2024-08-10 14:24:36 -07:00
hwdec_vdpau.c vo: hwdec: add AVHWDeviceType property to hwdecs 2024-08-10 14:24:36 -07:00
libmpv_gl.c
ra_gl.c
ra_gl.h
utils.c
utils.h