]> git.sesse.net Git - movit/history - blur_effect.h
In EffectChainTester, there is no point in making the FBO and texture persistent.
[movit] / blur_effect.h
2015-09-13 Steinar H. GundersonRework uniform setting.
2015-09-02 Steinar H. GundersonCollapse passes more aggressively in the face of size...
2014-12-22 Steinar H. GundersonMake number of BlurEffect taps configurable.
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-16 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-15 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-12 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonSwitch from using GLEW to epoxy.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-02-02 Steinar H. GundersonFix alpha handling for blur; it needs to be on the...
2013-02-02 Steinar H. GundersonAdd a new alpha handling method, INPUT_PREMULTIPLIED_AL...
2013-02-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-02-01 Steinar H. GundersonIn resizing effects, add the notion of a “virtual outpu...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2012-10-09 Steinar H. GundersonUse the input resolution in the blur instead of hard...
2012-10-08 Steinar H. GundersonChange so that all modifications to the graph (meta...
2012-10-08 Steinar H. GundersonOutput the graph in dot form at finalize time.
2012-10-07 Steinar H. GundersonMake the blur use the resize functionality, which also...
2012-10-05 Steinar H. GundersonRename set_uniforms() to set_gl_state(), and make a...
2012-10-05 Steinar H. GundersonMark some appropriate effects as not needing sRGB prima...
2012-10-04 Steinar H. GundersonAllow an effect to have multiple inputs (although the...
2012-10-04 Steinar H. GundersonPrepare for a more DAG-like effect graph. Does not...
2012-10-04 Steinar H. GundersonRename needs_many_samples() to needs_texture_bounce...
2012-10-03 Steinar H. GundersonComment all of *_effect.h.
2012-10-03 Steinar H. GundersonMake a new system for meta-effects, and convert the...
2012-10-02 Steinar H. GundersonAdd vertical blurring, and fix a bug where not all...
2012-10-02 Steinar H. GundersonSupport multiple render phases (with FBOs and all)...