]> git.sesse.net Git - mlt/commit
When doing glReadPixels(), make sure we read from the right FBO.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 31 Dec 2013 12:27:28 +0000 (13:27 +0100)
committerDan Dennedy <dan@dennedy.org>
Tue, 31 Dec 2013 20:13:39 +0000 (12:13 -0800)
commita78570e29a3fe77ebb9b885c339f9a65c55b0b0d
tree35df2923a2d049195ef7404d2a4fe7c860949a22
parent60c41cb94a1001dc2b259c6ac024558db3939ed7
When doing glReadPixels(), make sure we read from the right FBO.

Newer versions of Movit clear the FBO attachment after rendering to an FBO
(so that it's harder to accidentally attach to the same FBO from multiple
threads), so we need to explicitly choose one to read from.
src/modules/opengl/filter_glsl_manager.cpp