]> git.sesse.net Git - movit/history - diffusion_effect.cpp
Reduce the amount of computation in combine_two_samples().
[movit] / diffusion_effect.cpp
2014-04-05 Steinar H. GundersonFix a leak in DiffusionEffect in an edge case.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2012-10-08 Steinar H. GundersonChange so that all modifications to the graph (meta...
2012-10-05 Steinar H. GundersonDiffusionEffect should not have any GLSL stuff in it.
2012-10-05 Steinar H. GundersonUnbreak the final normalizers.
2012-10-05 Steinar H. GundersonAdd a diffusion effect, and hook it up in the GUI.