]> git.sesse.net Git - movit/history - effect_chain_test.cpp
Add unit tests for colorspace conversion insertion.
[movit] / effect_chain_test.cpp
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...