mpv/video/out/gpu
wm4 d3c022779a video: fix alpha handling
Regression since ec6e8a31e0. Removal of the explicit else case
always applies the conversion to premultiplied alpha in the else branch.
We want to scale with multiplied alpha, but we don't want to multiply
with alpha again on top of it.

Fixes #4983, hopefully.
2017-10-19 19:01:33 +02:00
..
context.c vo_gpu: semi-fix --gpu-context/--gpu-api options and help output 2017-10-16 10:57:51 +02:00
context.h
hwdec.c
hwdec.h
lcms.c
lcms.h
osd.c vo_gpu: make the vertex attribs dynamic 2017-09-28 01:54:38 +02:00
osd.h
ra.c
ra.h
shader_cache.c vo_gpu: force layout std430 for PCs 2017-09-29 00:41:50 +02:00
shader_cache.h vo_gpu: make the vertex attribs dynamic 2017-09-28 01:54:38 +02:00
spirv.c vo_gpu: fix memleak in spirv.c 2017-09-26 17:32:36 +02:00
spirv.h
spirv_shaderc.c vo_gpu: shaderc: include debug info when --gpu-debug is set 2017-10-11 12:22:21 +11:00
user_shaders.c
user_shaders.h vo_gpu: make the vertex attribs dynamic 2017-09-28 01:54:38 +02:00
utils.c
utils.h
video.c video: fix alpha handling 2017-10-19 19:01:33 +02:00
video.h vo_gpu: fix video sometimes not being rerendered on equalizer change 2017-10-17 09:07:35 +02:00
video_shaders.c vo_gpu: attempt to avoid UBOs for dynamic variables 2017-09-26 17:25:35 +02:00
video_shaders.h