]> git.sesse.net Git - movit/history - test_util.h
Stop using -rpath when linking libmovit.
[movit] / test_util.h
2014-03-09 Steinar H. GundersonAdd utility functions for EffectChain to add inputs...
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-09 Steinar H. GundersonAdd accuracy unit tests for GammaExpansionEffect.
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. GundersonRename the OutputAlphaFormat enums; they had gotten...
2013-02-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2012-11-05 Steinar H. GundersonAllow the EffectChainTester framebuffer to be in someth...
2012-11-05 Steinar H. GundersonAdd a variant of expect_equal() for uint8s.
2012-11-05 Steinar H. GundersonAdd a function for EffectChainTester to get out the...
2012-11-05 Steinar H. GundersonFactorize out some stuff from EffectChainTester::run().
2012-10-14 Steinar H. GundersonAdd a unit test for FlatInput.
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-13 Steinar H. GundersonBe better at cleaning up at destruction time. Still...
2012-10-13 Steinar H. GundersonLet users of expect_equal() override the default tolera...
2012-10-12 Steinar H. GundersonSupport non-grayscale formats in the test pipeline...
2012-10-12 Steinar H. GundersonMake unit tests render to a floating-point FBO, so...
2012-10-12 Steinar H. GundersonAdd a unit test for MixEffect.
2012-10-11 Steinar H. GundersonSplit test utilities out into its own file.