mpv/video/out/opengl
Dudemanguy e5d683e187 context_drm_egl: guard gbm_device on uninit
Not all cards support gbm which means the creation of the gbm device
will fail. However during the uninit process, the destruction of the
device was unconditionally done which leads to a segfault. Guard it
instead. Fixes #13929.
2024-04-18 14:57:01 -05:00
..
angle_dynamic.c
angle_dynamic.h
common.c
common.h
context.c
context.h
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 context_drm_egl: guard gbm_device on uninit 2024-04-18 14:57:01 -05:00
context_dxinterop.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_glx.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_wayland.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_win.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context_x11egl.c various: add GPU context description 2024-04-18 16:28:21 +02:00
egl_helpers.c
egl_helpers.h
formats.c
formats.h
gl_headers.h
hwdec_d3d11egl.c
hwdec_dxva2egl.c
hwdec_dxva2gldx.c
hwdec_vdpau.c
libmpv_gl.c
ra_gl.c
ra_gl.h
utils.c
utils.h