]> git.sesse.net Git - nageru/commit
Fix an issue where RGBA videos would flicker.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Apr 2017 22:55:17 +0000 (00:55 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Apr 2017 22:57:02 +0000 (00:57 +0200)
commit142184354968cd1b1918f35772bb6f9f0b1351d6
tree7fcc926e8da78fcb64b6d9dab04c867a8397935c
parent72afc695d201f9d2a0dcb316ec62f1610db5fa74
Fix an issue where RGBA videos would flicker.

The issue would be that the preview chains and the live chain would often
have different sRGB texture needs, and they'd run at the same time and thus
have a race condition. Solve this by using a sampler object instead, which
overrides the texture state.
Makefile
mixer.cpp
tweaked_inputs.cpp [new file with mode: 0644]
tweaked_inputs.h