summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorØyvind Kolås <ok@src.gnome.org>2008-05-11 09:08:10 +0000
committerØyvind Kolås <ok@src.gnome.org>2008-05-11 09:08:10 +0000
commitf6526716605552c99d63dc3c4790bf322b069053 (patch)
tree102969808cc2085fcb2e6c76e9598d2411bf6cb9 /NEWS
parentcbe319b56daa681c066499de90a740bf9695e699 (diff)
detailed most new changes.
* NEWS: detailed most new changes. svn path=/trunk/; revision=2281
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 16 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1a38052c..b9a89ee3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,15 +7,27 @@ from SVN whilst even micro numbers indicate released snapshots.
Changes in GEGL 0.0.17
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
- • Performance of GeglBuffer improved.
- • Handle optimized versions of innerloops for operations.
- • SSE detection and optimization for some point ops.
+ • Configuration both from commandline arguments and at runtime.
+ • GeglBuffer
+ • Transparently sharable across processes.
+ • Fileformat compatible with swap format.
+ • Tunable cache size.
+ • Operations
+ • Handle variant implementations of GeglOperations.
+ • Optimized variants of some point and compositing operations reimplemented
+ using a new data type /g4float/ that allows writing cpu agnostic vectorized
+ code for GCC.
+ • New operations: write-buffer, v4l, color-temperature.
+
+Contributions from:
+ Øyvind Kolås, Kevin Cozens, Sven Neumann, Manish Singh, Martin Nordholts,
+ Étienne Bersac, Hans Petter Jansson, Jan Heller.
Changes in GEGL 0.0.16
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
• Install headers for development of external operation plug-ins.
• Added rowstride argument to gegl_buffer_set ()
- • Made it possible for sink operations to do cunkwise processing
+ • Made it possible for sink operations to do chunkwise processing
through GeglProcessor.
when processed using a GeglProcessor.
• constification of GeglRectangles and babl formats.