mpv/video/out/opengl
Olivier Perret 86dfdf083b egl_helpers: request at least 8 alpha bits if necessary
Previously on wayland, it would result in an egl config with only 2 alpha
bits, which technically matches what was requested, but is not very useful.
Fixes #9862
2022-04-07 16:56:36 +00:00
..
angle_dynamic.c
angle_dynamic.h
common.c {player,video}: remove references to obsolete opengl-cb API 2021-12-15 12:29:10 +01:00
common.h {player,video}: remove references to obsolete opengl-cb API 2021-12-15 12:29:10 +01:00
context.c vo_gpu: opengl: try and create context at version 440 again 2021-12-07 15:37:29 -08:00
context.h video: opengl: rework and remove ra_gl_ctx_test_version() 2021-10-16 20:33:53 +00:00
context_android.c
context_angle.c
context_cocoa.c
context_drm_egl.c drm: context_drm_egl: add support for enabling VRR 2022-04-05 20:56:36 -07:00
context_dxinterop.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
context_glx.c context_glx: fix check for wrong GLX extension 2021-11-17 22:38:34 +01:00
context_rpi.c
context_wayland.c wayland: ensure read and draw buffers are assigned 2021-12-04 03:04:17 +00:00
context_win.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
context_x11egl.c context_{wayland,x11egl}: use mpegl_create_window_surface() too 2021-11-17 22:38:34 +01:00
egl_helpers.c egl_helpers: request at least 8 alpha bits if necessary 2022-04-07 16:56:36 +00:00
egl_helpers.h egl_helpers: introduce wrapper around eglCreatePlatformWindowSurface 2021-11-17 22:38:34 +01:00
formats.c
formats.h
gl_headers.h vo_gpu: stop hard-coding max compute group threads 2021-12-19 01:51:54 +01:00
hwdec_d3d11egl.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
hwdec_drmprime_drm.c
hwdec_dxva2egl.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
hwdec_dxva2gldx.c
hwdec_ios.m
hwdec_osx.c
hwdec_rpi.c
hwdec_vdpau.c
libmpv_gl.c {player,video}: remove references to obsolete opengl-cb API 2021-12-15 12:29:10 +01:00
oml_sync.c
oml_sync.h
ra_gl.c vo_gpu: stop hard-coding max compute group threads 2021-12-19 01:51:54 +01:00
ra_gl.h
utils.c
utils.h