[gegl] operations: leftover CL bit to disable



commit a185361defb747336f614fd2e5a08f645396e278
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 00:49:08 2014 +0200

    operations: leftover CL bit to disable

 operations/common/edge-sobel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/edge-sobel.c b/operations/common/edge-sobel.c
index 79bb49c..23e96a9 100644
--- a/operations/common/edge-sobel.c
+++ b/operations/common/edge-sobel.c
@@ -197,9 +197,11 @@ process (GeglOperation       *operation,
   compute = gegl_operation_get_required_for_output (operation, "input", result);
   has_alpha = babl_format_has_alpha (gegl_operation_get_format (operation, "output"));
 
+  /*
   if (gegl_operation_use_opencl (operation))
     if (cl_process (operation, input, output, result, has_alpha))
       return TRUE;
+   */
 
   edge_sobel (input, &compute, output, result,
               o->horizontal, o->vertical, o->keep_sign, has_alpha);


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