]> git.sesse.net Git - movit/history - effect_chain_test.cpp
Loosen up a boundary in DitherEffectTest by 10%.
[movit] / effect_chain_test.cpp
2013-01-21 Steinar H. GundersonFix a stack overflow in EffectChainTest.
2013-01-20 Steinar H. GundersonAnother case of NULL initialization to keep Coverity...
2013-01-19 Steinar H. GundersonOptimize away duplicate conversion nodes.
2013-01-19 Steinar H. GundersonAnother NULL initializer, mostly to get Coverity to...
2013-01-16 Steinar H. GundersonFix another issue where an input was used twice. Add...
2013-01-16 Steinar H. GundersonRefactor RewritingTo{MirrorEffect,InvertEffect} into...
2013-01-15 Steinar H. GundersonFix two issues related to non-treelike (diamond) effect...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-12 Steinar H. GundersonDefer fetching inputs' color spaces and gamma to finali...
2013-01-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-10-14 Steinar H. GundersonAdd unit tests to EffectChain testing that the sRGB...
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-14 Steinar H. GundersonAdd unit tests for colorspace conversion insertion.
2012-10-13 Steinar H. GundersonAdd a unit test for BlurEffect.
2012-10-13 Steinar H. GundersonAdd a test that verifies resizing works. Incidentially...
2012-10-13 Steinar H. GundersonMipmapGenerationWorks should be run with linear in...
2012-10-13 Steinar H. GundersonAdd a unit test that tests that mipmap generation works.
2012-10-12 Steinar H. GundersonAdd tests to check that rewriting works, and that gamma...
2012-10-12 Steinar H. GundersonAdd unit tests for back-and-forth conversions through...
2012-10-12 Steinar H. GundersonSupport non-grayscale formats in the test pipeline...
2012-10-11 Steinar H. GundersonSplit test utilities out into its own file.
2012-10-11 Steinar H. GundersonAdd some more simple tests to EffectChainTest.
2012-10-11 Steinar H. GundersonStart on unit testing (adds a dependency on Google...