]> git.sesse.net Git - movit/history - effect_chain_test.cpp
Support top-left origin for compute shaders.
[movit] / effect_chain_test.cpp
2017-11-25 Steinar H. GundersonSupport top-left origin for compute shaders.
2017-11-25 Steinar H. GundersonMinor improvement to a test name.
2017-11-25 Steinar H. GundersonFix a bug where the wrong effect would be asked for...
2017-11-24 Steinar H. GundersonSupport chaining certain effects after compute shaders.
2017-11-23 Steinar H. GundersonUse C++11 override everywhere it is appropriate.
2017-11-22 Steinar H. GundersonSupport sqrt-transformed intermediates with compute...
2017-11-22 Steinar H. GundersonMove the compute shader tests into effect_chain_test...
2017-11-15 Steinar H. GundersonUse nullptr everywhere, now that we have C++11.
2017-02-26 Steinar H. GundersonLoosen up the accuracy bounds a tiny bit in some tests...
2017-02-26 Steinar H. GundersonFix an issue where the last pass would have been render...
2016-11-05 Steinar H. GundersonFix an issue where a (cached) shader program could...
2016-02-28 Steinar H. GundersonAllow storing values in intermediate framebuffers as...
2016-02-23 Steinar H. GundersonMerge branch '1.3.x-release'
2016-02-23 Steinar H. GundersonMake the sRGB intermediate test slightly more stringent...
2016-02-22 Steinar H. GundersonMake sRGBIntermediate test less sensitive to the exact...
2016-02-20 Steinar H. GundersonAllow setting the intermediate texture format; useful...
2016-02-06 Steinar H. GundersonRevert "Reuse the VAO across all phases."
2015-12-14 Steinar H. GundersonFix a crash in a unit test if nb_NO.UTF-8 is not available.
2015-12-13 Steinar H. GundersonFix some stack overflows in unit tests; found with...
2015-09-16 Steinar H. GundersonAdd support for overriding the output origin.
2015-09-02 Steinar H. GundersonCollapse passes more aggressively in the face of size...
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...