]> git.sesse.net Git - movit/history - resize_effect.h
Fix more confusion with strong one-to-one effects and compute shaders.
[movit] / resize_effect.h
2018-01-18 Steinar H. GundersonAdd explicit support for requesting no mipmaps.
2017-11-23 Steinar H. GundersonUse C++11 override everywhere it is appropriate.
2017-11-23 Steinar H. GundersonFix a typo in ResizeEffect. Found by virtual → override...
2015-09-02 Steinar H. GundersonCollapse passes more aggressively in the face of size...
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
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. GundersonIn resizing effects, add the notion of a “virtual outpu...
2012-10-08 Steinar H. GundersonOutput the graph in dot form at finalize time.
2012-10-07 Steinar H. GundersonSupport changing resolution in effects, and add a simpl...