0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/video/out/gpu_next
Dudemanguy 38b5dcb441 vo_gpu/vo_gpu_next: fix transparency in glx
It seems that GLX requires us to explicitly set opts.want alpha before
ra_ctx_create is called. b7fd232524
rearranged the function calls in a way made this not work. Fix this by
rearranging it again so the value is set before ra_ctx is created.
2024-03-13 22:39:31 +00:00
..
context.c vo_gpu/vo_gpu_next: fix transparency in glx 2024-03-13 22:39:31 +00:00
context.h vo_gpu/vo_gpu_next: fix transparency in glx 2024-03-13 22:39:31 +00:00