gegl r2381 - trunk



Author: ok
Date: Wed Jun  4 11:10:16 2008
New Revision: 2381
URL: http://svn.gnome.org/viewvc/gegl?rev=2381&view=rev

Log:
* NEWS: synced up with changelog.


Modified:
   trunk/ChangeLog
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jun  4 11:10:16 2008
@@ -9,13 +9,12 @@
 ââââââââââââââââââââââ
  â Configuration both from commandline arguments and at runtime.
  â GeglBuffer
-   â Transparently sharable across processes.
-   â Fileformat compatible with swap format.
-   â Tunable cache size.
+   â 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.
  â Operations
-   â Optimized iteration over buffer in pointer filters when possible using a
-     scan iterator.
-   â Handle variant implementations of GeglOperations.
+   â 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
      code for GCC.



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