]> git.sesse.net Git - mlt/history - src/modules/opengl/filter_glsl_manager.cpp
Remove the glsl_texture freelist.
[mlt] / src / modules / opengl / filter_glsl_manager.cpp
2014-01-30 Steinar H. GundersonRemove the glsl_texture freelist.
2014-01-30 Steinar H. GundersonRemove the FBO freelist.
2014-01-30 Steinar H. GundersonTake MltInput out of the EffectChain.
2014-01-27 Steinar H. GundersonUse GL_RBGA8 as internal format.
2014-01-26 Steinar H. GundersonUse the new ResourcePool Movit functionality.
2014-01-26 Steinar H. GundersonPropertly refcount the GlslManager.
2014-01-14 Steinar H. GundersonChange how the Movit chain is built.
2014-01-12 Steinar H. GundersonAdd back automatic cleanup of OpenGL fences.
2014-01-12 Dan DennedyFix crash in glDeleteSync() called on wrong thread.
2014-01-12 Steinar H. GundersonReplace glFinish with OpenGL fences.
2014-01-06 Steinar H. GundersonChange get_effect/add_effect to take in mlt_service.
2014-01-06 Steinar H. GundersonRename glsl_manager.h to filter_glsl_manager.h, to...
2014-01-01 Dan DennedyFix crash in release_texture() called in frame destructor.
2014-01-01 Dan DennedyPrevent sharing FBOs between contexts.
2013-12-31 Steinar H. GundersonWhen doing glReadPixels(), make sure we read from the...
2013-12-31 Dan DennedyRefactor movit.convert, movit.mix, and movit.overlay.
2013-12-31 Dan DennedyAdd thread locks around accessing GlslManager resources.
2013-12-30 Dan DennedyFix pbo->size uninitialized.
2013-08-24 Dan DennedyAdd "close glsl" event to glsl.manager service.
2013-06-02 Dan DennedyFix tiny memory leak in GlslManager (coverity-1026795).
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-03-08 Dan DennedyMake opengl filters support attach, detach, and disable.
2013-02-23 Dan DennedySome minor logging cleanup.
2013-02-21 Dan DennedyCleanup some logging from work in opengl branch.
2013-02-21 Dan DennedyAdd the new opengl module (opengl branch).