]> git.sesse.net Git - movit/blobdiff - NEWS
Fix some test breakage.
[movit] / NEWS
diff --git a/NEWS b/NEWS
index 521e6b4aca1415cac9d08f7f9f3028d87ec49a22..360416e4a5eb7a3e304d39b374c698029daad3f6 100644 (file)
--- 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