]> git.sesse.net Git - movit/history - padding_effect.cpp
Add support for fp16 and RG textures to FlatInput.
[movit] / padding_effect.cpp
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2013-10-09 Steinar H. GundersonFix a bug where PaddingEffect could create assertion...
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-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-02-01 Steinar H. GundersonIn resizing effects, add the notion of a “virtual outpu...
2013-01-22 Steinar H. GundersonMerge remote-tracking branch 'origin/master'
2013-01-21 Steinar H. GundersonFix a narrowing conversion within {} in PaddingEffect...
2013-01-17 Steinar H. GundersonAdd an effect for padding.