]> git.sesse.net Git - mlt/commit
Remove the FBO freelist.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 28 Jan 2014 20:22:57 +0000 (21:22 +0100)
committerDan Dennedy <dan@dennedy.org>
Thu, 30 Jan 2014 05:12:13 +0000 (21:12 -0800)
commit1efe96041e015b55eb70f300cac5a1083decc868
treed1b981af29c0ce3b10e9091c1a9d9684ffb903de
parentf62c1e7c174cbbfb291aa6aa788f951bca311fc0
Remove the FBO freelist.

FBOs are cheap to construct and delete (they carry almost no state),
so it is less complex just to do it on the fly. It also gives less
leakage, as we use new contexts all the time.
src/modules/opengl/filter_glsl_manager.cpp
src/modules/opengl/filter_glsl_manager.h