[gegl] operation: remove processor code for SIMD dispatch
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operation: remove processor code for SIMD dispatch
- Date: Mon, 2 Apr 2012 17:32:45 +0000 (UTC)
commit a937188c2cb49e013c5dd39fdaa5c5b8743a85c8
Author: Ãyvind KolÃs <pippin gimp org>
Date: Mon Apr 2 18:31:42 2012 +0100
operation: remove processor code for SIMD dispatch
No longer needed, using OpenCL is better.
gegl/operation/Makefile.am | 1 -
gegl/operation/gegl-operation-processors.c | 246 ----------------------------
gegl/operation/gegl-operation.h | 6 -
3 files changed, 0 insertions(+), 253 deletions(-)
---
diff --git a/gegl/operation/Makefile.am b/gegl/operation/Makefile.am
index 1571f8f..d1b34b5 100644
--- a/gegl/operation/Makefile.am
+++ b/gegl/operation/Makefile.am
@@ -43,7 +43,6 @@ liboperation_sources = \
gegl-operation-sink.c \
gegl-operation-source.c \
gegl-operation-temporal.c \
- gegl-operation-processors.c \
gegl-operation-context.c \
gegl-operations.c \
gegl-extension-handler.h \
diff --git a/gegl/operation/gegl-operation.h b/gegl/operation/gegl-operation.h
index 3c11930..0679500 100644
--- a/gegl/operation/gegl-operation.h
+++ b/gegl/operation/gegl-operation.h
@@ -62,15 +62,9 @@ struct _GeglOperation
* See <a href='gegl-plugin.h.html'>gegl-plugin.h</a> for details.
*/
-#define MAX_PROCESSOR 4
-
/* the level at which is being operated is stored in the context,
*/
-void gegl_operation_class_add_processor (GeglOperationClass *cclass,
- GCallback process,
- const gchar *string);
-
struct _GeglOperationClass
{
GObjectClass parent_class;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]