]> git.sesse.net Git - movit/history - effect_chain_test.cpp
Convert an overly cut-and-pasted comment for AlphaDivisionEffect.
[movit] / effect_chain_test.cpp
2015-07-28 Steinar H. GundersonAllow inputs to say they cannot support mipmaps.
2015-03-07 Steinar H. GundersonDrop setting the locale altogether.
2015-03-03 Steinar H. GundersonUse thread-local locale.
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. GundersonConvert another glReadPixels() to RGBA.
2014-03-21 Steinar H. GundersonAdd a few check_error() calls.
2014-03-21 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-20 Steinar H. GundersonMake handling of non-RGBA sRGB textures more consistent.
2014-03-20 Steinar H. GundersonConvert another glReadPixels() to RGBA.
2014-03-20 Steinar H. GundersonAdd a few check_error() calls.
2014-03-20 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-19 Steinar H. GundersonFix a typo.
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. GundersonFormalize the notion of messing with sampler state.
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
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-01-26 Steinar H. GundersonIn EffectChainTest, do not re-call init_movit()
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-22 Steinar H. GundersonAdd a unit test for EffectChain without shared Resource...
2013-11-06 Steinar H. GundersonPromote MultiplyEffect to a real effect.
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...