]> git.sesse.net Git - kdenlive/commit
Fix jittering issues when sending GL textures cross-thread.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 Jan 2014 13:00:50 +0000 (14:00 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 13 Mar 2014 21:16:54 +0000 (22:16 +0100)
commit234d7fe2828b8e82253548e32081576fc56cbb80
tree82f9679ba842632d727d939c7900ba077ca11a50
parentaa95245a04e8dd94de03eabcbc72a7140f2283a4
Fix jittering issues when sending GL textures cross-thread.

When rendering into a texture on one thread and rendering _from_ it on another,
we need to properly synchronize the client state. Hook onto the OpenGL fences
that MLT set to properly wait for the rendering commands to be sent to the GPU,
which fixes the jittering we'd otherwise see, due to rendering old frames still
left in the textures because the new ones are not ready yet.
src/monitor.cpp
src/renderer.cpp
src/renderer.h
src/widgets/videoglwidget.cpp
src/widgets/videoglwidget.h