[gegl] NEWS: update



commit d0f5469a2dce7a7f7be1d586d9b453e8ae31cdf5
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Feb 3 13:30:00 2019 +0100

    NEWS: update

 docs/NEWS.txt | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)
---
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index 490df6024..1189027e5 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -1,4 +1,75 @@
+GEGL-0.4.14 2019-03-xx
+----------------------
+
+Core
+~~~~
+
+New Scratch allocator for short lived buffers.
+
+Removed unneeded copies for some variants in GeglNode and GeglProcessor.
+
+Add gegl_babl_variant API for getting variations on an existin pixel-format/encoding.
+
+
+GeglBuffer
+~~~~~~~~~~
+
+Compression of tile data
+
+Handle dynamically changing swap dir.
+
+Improvements to mipmap damage propagation.
+
+Fixes to threading race conditions.
+
+Low-level tile handling more adapted to buffers creating from existing linear data.
+
+New iterator API is now the default, GEGL_BUFFER_ITERATOR2_API is no longer needed.
+
+CMYK and grayscale specific code paths in samplers.
+
+CMYK handling of scaled blits.
+
+New default tile-cache size, 50% of RAM.
+
+Initialize the first OpenCL device with IMAGE support.
+
+Added gegl_parallell_ from gimp_parallell_ API to distribute processing
+for multiple cores.
+
+Operations
+~~~~~~~~~~
+
+Input-format specific processing for performance in watershed-transform and
+invert ops.  CMYK handling in jpg-load/save, tiff-load/save, gaussian-blur,
+opacity, most composing and blending operations, text, vector-stroke, path, and
+transform operations.
+
+Improved or fixed mipmap preview rendering of emboss, linear-gradient and radial-gradient.
+
+Better ui range/defaults for: distor/waves and dropshadow.
+
+gaussian-blur: fix mistake in implementation of IIR Young blur 1d, which caused
+non circular halos.
+
+new ops in workshop: voroni diagram, Grey Color Removal, spyrograph.
+
+
+UI
+~~
+
+Improvements to image browsing and view modes, thumbnailing and start of work
+integrating a commandline, keyboard and touch driven graph editor.
+
+
+Contributors to this release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+........
+
+
 GEGL-0.4.12 2018-10-23
+----------------------
 
 GeglBuffer
 ~~~~~~~~~~


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]