diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2013-04-22 22:56:11 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2013-04-22 23:03:10 +0200 |
commit | c6af1826f8e1ac177fd51c155a7778ab0331ea78 (patch) | |
tree | 0c5119d1cce98a1ee59ee014cdee3fac6553c318 /docs | |
parent | 4bb533d72a510948a2808247223eb33bd6155841 (diff) |
docs: Update the source overview
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source-overview.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source-overview.txt b/docs/source-overview.txt index 957a26e7..9dda0e81 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 |