]> git.sesse.net Git - movit/history - test_util.cpp
Make the sRGB intermediate test slightly more stringent (so that e.g. 0.0 will not...
[movit] / test_util.cpp
2016-02-20 Steinar H. GundersonAllow setting the intermediate texture format; useful...
2015-09-16 Steinar H. GundersonMake EffectChainTester capable of testing chains with...
2015-09-16 Steinar H. GundersonIn EffectChainTester, there is no point in making the...
2015-09-16 Steinar H. GundersonSmall refactoring in EffectChainTester.
2015-09-09 Steinar H. GundersonAdd support for Y'CbCr output.
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-21 Steinar H. GundersonFix non-float framebuffers in EffectChainTester.
2014-03-21 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-20 Steinar H. GundersonFix a few signed/unsigned warnings.
2014-03-20 Steinar H. GundersonEmulate glReadPixels of GL_ALPHA.
2014-03-20 Steinar H. GundersonEmulate glReadPixels of GL_BLUE.
2014-03-20 Steinar H. GundersonFix non-float framebuffers in EffectChainTester.
2014-03-20 Steinar H. GundersonDo not glReadPixels() with type GL_RED.
2014-03-20 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-16 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-15 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-12 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonAdd utility functions for EffectChain to add inputs...
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonSwitch from using GLEW to epoxy.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-02-12 Steinar H. GundersonMake init_movit() return a true/false error value.
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2014-01-19 Steinar H. GundersonTurn off .dot and .frag file generation during unit...
2014-01-17 Steinar H. GundersonAdd a shared ResourcePool to share resources between...
2014-01-09 Steinar H. GundersonAdd accuracy unit tests for GammaExpansionEffect.
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-01-16 Steinar H. GundersonAdd an assert to expect_equal() to make sure people...
2013-01-16 Steinar H. GundersonFix a memory leak in expect_equal(). Found by Coverity...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-10 Steinar H. GundersonChange the .dot/.frag writing to be dependent on an...
2013-01-09 Steinar H. GundersonAllow data files to be fetched somewhere else than...
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-28 Steinar H. GundersonMake combine_two_pixels() handle the fact that the...
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. GundersonAdd a hack so that RGBA pixels are flipped properly...
2012-10-13 Steinar H. GundersonMore deallocation.
2012-10-13 Steinar H. GundersonBe better at cleaning up at destruction time. Still...
2012-10-13 Steinar H. GundersonEven more informative output when single-pixel test...
2012-10-13 Steinar H. GundersonHave expect_equal() pinpoint the pixel with the largest...
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. GundersonSet RMS limit much tighter, now that we have floating...
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.