summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-10-14 15:38:55 -0500
committerDudemanguy <random342@airmail.cc>2020-10-15 13:44:07 +0000
commitf5a094db047ee0162774301a2ce4ed685ca9d539 (patch)
tree818442d1269680235e5223981fae146742e3fde1 /video/out/vo_gpu.c
parentb60545bdc6a820112b04dbe8b54d93816efa5a05 (diff)
downloadmpv-f5a094db047ee0162774301a2ce4ed685ca9d539.tar.bz2
mpv-f5a094db047ee0162774301a2ce4ed685ca9d539.tar.xz
vo_gpu: EGL: hack for alpha on different platforms
7fb972f fixed transparency on x11/EGL/Mesa but happened to also break it for wayland and nvidia. Ideally on wayland, you should just be able to pick the right EGLConfig that has alpha but this doesn't seem to work because reasons. So just go back to setting the EGL_ALPHA_SIZE bit if the user asks for alpha. Apparently this worked before for nvidia as well. The hack is to just run an eglQueryString in the x11egl context. If it picks up Mesa as the EGL_VENDOR, then force ctx->opts.want_alpha to 0 and let pick_xrgba_config take care of the rest.
Diffstat (limited to 'video/out/vo_gpu.c')
0 files changed, 0 insertions, 0 deletions