[gegl] docs: Update the source overview



commit c6af1826f8e1ac177fd51c155a7778ab0331ea78
Author: Samuel Pitoiset <samuel pitoiset gmail com>
Date:   Mon Apr 22 22:56:11 2013 +0200

    docs: Update the source overview

 docs/source-overview.txt | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/docs/source-overview.txt b/docs/source-overview.txt
index 957a26e..9dda0e8 100644
--- a/docs/source-overview.txt
+++ b/docs/source-overview.txt
@@ -20,6 +20,7 @@ dropped into the directory in the build.
   │   ├──graph          graph storage and manipulation code.
   │   ├──module         The code to load plug-ins located in a colon seperated
   │   │                 list of paths from the environment variable GEGL_PATH
+  │   ├──opencl         The GEGL base class for OpenCL.
   │   ├──operation      The GeglOperation base class, and subclasses that act
   │   │                 as baseclasses for implementeting different types of
   │   │                 operation plug-ins.
@@ -32,6 +33,8 @@ dropped into the directory in the build.
   ├──tests             various tests used to maintain stability when developing
   │                    GEGL.
   │
+  ├──opencl            OpenCL implementation of plug-ins.
+  │
   ├──operations        Runtime loaded plug-ins for image processing operations.
   │   │
   │   ├──core ⊙        Basic operations tightly coupled with GEGL.
@@ -47,6 +50,8 @@ dropped into the directory in the build.
   │       ├──external  operations in the workshop with external dependencies.
   │       └──generated generated operations that are in the workshop.
   │
+  ├──perf              The GEGL framework tests for tracking performance
+  │                    development (ruby is required).
   │
   ├──docs              The GEGL website (this documentation), built for your
   │                    the corresponding sourcetree with correct documentation


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