gegl r2455 - trunk
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2455 - trunk
- Date: Sat, 14 Jun 2008 17:52:00 +0000 (UTC)
Author: ok
Date: Sat Jun 14 17:52:00 2008
New Revision: 2455
URL: http://svn.gnome.org/viewvc/gegl?rev=2455&view=rev
Log:
0.0.18 released
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat Jun 14 17:52:00 2008
@@ -5,25 +5,29 @@
GEGL only has released development snapshots thus far. Odd micro versions are
from SVN whilst even micro numbers indicate released snapshots.
-Changes in GEGL 0.0.17
+Changes in GEGL 0.0.18
ââââââââââââââââââââââ
â Configuration both from commandline arguments and at runtime.
â GeglBuffer
â New raw tiled raster file format, used both as swap and stored buffers.
- â Buffers shared between processes through synced swap.
- â Internal linear scan iterator for optimized access.
+ â Sharing between processes through synced swap.
+ â Babl powered scan iteration infrastructure for efficient access.
+ â Cubic and lanczos samplers re-enabled.
â Operations
â Use scan iterator for point-filter, point-composer and point-render base
classes internally for minimal amount of copies.
â Optimized variants of some point and compositing operations reimplemented
- using a new data type /g4float/ that allows writing cpu agnostic vectorized
+ using a new data type /g4float/ that allows writing CPU agnostic vectorized
code for GCC.
+ â New temporal filter base class, for operations operating on color values from
+ neighbouring frames in a video stream.
+ â Autogenerated operation reference installed for use with devhelp.
â 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, dmacs netspace org,
- Sven Anders and Hubert Figuiere.
+ Ãtienne Bersac, Hans Petter Jansson, Jan Heller, dmacks netspace org,
+ Sven Anders, Hubert Figuiere and Geert Jordaens.
Changes in GEGL 0.0.16
ââââââââââââââââââââââ
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Jun 14 17:52:00 2008
@@ -14,7 +14,7 @@
m4_define([gegl_major_version], [0])
m4_define([gegl_minor_version], [0])
-m4_define([gegl_micro_version], [17])
+m4_define([gegl_micro_version], [18])
m4_define([gegl_real_version],
[gegl_major_version.gegl_minor_version.gegl_micro_version])
m4_define([gegl_version], [gegl_real_version])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]