X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=NEWS;h=8c127741224137942811916384fe7514ef7eb2c6;hp=5c2ccb373c41f31a29b71114e274eef94f7a12cd;hb=9faecb6aed1b84c71286b30b6600ef5e4ee76537;hpb=45a95fea489e8972a3387b5b7d09b625b3291b40 diff --git a/NEWS b/NEWS index 5c2ccb3..8c12774 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Movit 1.1.3, March 29th, 2015 + + - Fix accuracy issues in ResampleEffect, particularly when + zooming. Note that this might cost a few percent performance. + Reported by Christophe Thommeret. + + - Make the number of BlurEffect taps configurable. + Based on patch by Christophe Thommeret. + + - Multiple other bugfixes, some courtesy Dan Dennedy and + Christophe Thommeret. In particular, thread-safety fixes + related to locales and chain finalization. + + +Movit 1.1.2, August 12th, 2014 + + - Performance bugfix: Fix texture freelist behavior so that it's + LRU instead of the exact opposite. Patch by Christophe Thommeret. + + - Performance bugfix: Correct the number of blur taps read in the + blur filter (it was reading about twice as many as it should). + Also found by Christophe Thommeret. + + Movit 1.1.1, April 12th, 2014 - Fix an issue that could cause assertion failure in ResourcePool