]> git.sesse.net Git - movit/history - effect_chain_test.cpp
Do not call autoheader, since we do not use config.h.
[movit] / effect_chain_test.cpp
2013-02-02 Steinar H. GundersonSplit out some private utilities into effect_util.cpp...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-02-02 Steinar H. GundersonAdd a new alpha handling method, INPUT_PREMULTIPLIED_AL...
2013-02-02 Steinar H. GundersonRename the OutputAlphaFormat enums; they had gotten...
2013-02-01 Steinar H. GundersonIn resizing effects, add the notion of a “virtual outpu...
2013-02-01 Steinar H. GundersonGive SizeStoringEffect an effect_type_id(), for easier...
2013-01-29 Steinar H. GundersonIf all inputs to an effect have the same input size...
2013-01-23 Steinar H. GundersonFix a bug where intermediate phase outputs could get...
2013-01-22 Steinar H. GundersonMerge remote-tracking branch 'origin/master'
2013-01-21 Steinar H. GundersonFix another stack overflow in EffectChainTest.
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...