]> git.sesse.net Git - movit/history - resample_effect_test.cpp
Use the right internal format for FORMAT_R non-float textures.
[movit] / resample_effect_test.cpp
2014-03-09 Steinar H. GundersonDo our own fp16 conversion in ResampleEffect.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-25 Steinar H. GundersonMake the ResampleEffect accuracy test stricter.
2014-01-25 Steinar H. GundersonRescale resampling weights so that the sum becomes...
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2012-10-27 Steinar H. GundersonRevert "Use the bilinear sampling trick in ResampleEffect."
2012-10-27 Steinar H. GundersonUse the bilinear sampling trick in ResampleEffect.
2012-10-27 Steinar H. GundersonAdd an effect for Lanczos resampling.