]> git.sesse.net Git - movit/blobdiff - NEWS
Fix fp16_test compilation _without_ f16c-enabled compilation flags.
[movit] / NEWS
diff --git a/NEWS b/NEWS
index 4da5901b7577f943c5185e82c7f86122122127a4..386f663f99bd6a7b1242db4bf86d06c8aa7b6709 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Movit 1.5.2, July 5th, 2017
+
+  - The texture generation for ResampleEffect (when the size is changed)
+    now uses less CPU.
+
+  - Work around an NVIDIA driver threading bug by aggressively caching VAOs.
+
+
+Movit 1.5.1, May 29th, 2017
+
+  - Allow YCbCrInput to change input format after finalize.
+
+  - Some minor YCbCrInput bugfixes.
+
+
 Movit 1.5.0, March 21st, 2017
 
   - Support interleaved Y'CbCr input (4:4:4 in a single texture).