X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=NEWS;h=360416e4a5eb7a3e304d39b374c698029daad3f6;hp=521e6b4aca1415cac9d08f7f9f3028d87ec49a22;hb=29dbee6d7375145fda1346dbd2531017c9ce8e1e;hpb=9c6b86affb570a2e2d18c6da795c359da393f9a3 diff --git a/NEWS b/NEWS index 521e6b4..360416e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Movit 1.4.0, November 5th, 2016 + + - Allow setting the intermediate format for chains, instead of hardcoding + it at 16-bit RGBA; advanced users can use this to e.g. ask for 8-bit + sRGB intermediates, reducing the amount of memory bandwidth needed + at the cost of reduced precision. Whether this is a good tradeoff or not + depends on the exact chain and your requirements. + + - Fix an issue where a (cached) shader program could be used from multiple + threads at a time, causing the uniforms to contain unpredictable values. + + - Make the error printed on check_error() slightly friendlier: Include the + enum if possible, and print it to stderr instead of stdout. + + Movit 1.3.2, February 23rd, 2016 - Fix an issue with initialization in certain locales. Patch from