summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2014-07-01 08:30:52 +0200
committerØyvind Kolås <pippin@gimp.org>2014-07-01 08:30:52 +0200
commitb975b23d618a0ebd256c5ca027200cb5ef9c6317 (patch)
treef401849eda4d88b858c68b119e289d810c0d50ae /docs
parent9d62f6ce08f6623e484e17f73da7761462f223b1 (diff)
doc: update features list with thread capabilities
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 52fa8faf..bcbcd856 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -11,14 +11,15 @@ GEGL Feature List
* Iterative chunk-wise processing.
* Processes subregions and dependencies.
* Subgraph caches to aid performance of non-destructive editing.
+ * Multi-threaded processing.
* Experimental OpenCL acceleration, with possibility of hybrid cpu/gpu
processing.
- link:api.html#GeglBuffer[GeglBuffer]
* Storage of all babl supported formats.
- * Tiled sparse buffers (larger than RAM images).
+ * Sparse swapped buffers (larger than RAM images).
* linear buffers (allocated internally or from external allocation.)
* On demand tiled mipmapping.
- * inter process shared storage
+ * Thread-safe reading/writing.
* External tile-backends (allow wrapping other tiled buffer systems
to use them through the GeglBuffer API).
- Operations