[gegl] bilateral-filter-fast: move to workshop due to excess
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] bilateral-filter-fast: move to workshop due to excess
- Date: Tue, 24 Jan 2017 15:52:46 +0000 (UTC)
commit 658b0a38c3e41c4a3c0a8fe1d824eeda716364c9
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Jan 24 16:51:31 2017 +0100
bilateral-filter-fast: move to workshop due to excess
bilateral-filter-fast has moved to workshop due to excessive memory allocations
see bug #777699.
operations/common/Makefile.am | 1 -
operations/workshop/Makefile.am | 1 +
.../{common => workshop}/bilateral-filter-fast.c | 4 ++++
po/POTFILES.in | 2 +-
4 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index fb3fe10..24d61d9 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -20,7 +20,6 @@ gegl_common_la_SOURCES =\
module.c \
antialias.c \
apply-lens.c \
- bilateral-filter-fast.c \
bilateral-filter.c \
box-blur.c \
brightness-contrast.c \
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index ddeaf14..3908642 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -12,6 +12,7 @@ LIBS = $(op_libs)
opdir = $(ext_dir)
op_LTLIBRARIES = \
+ bilateral-filter-fast.la \
component-extract.la \
demosaic-bimedian.la \
demosaic-simple.la \
diff --git a/operations/common/bilateral-filter-fast.c b/operations/workshop/bilateral-filter-fast.c
similarity index 99%
rename from operations/common/bilateral-filter-fast.c
rename to operations/workshop/bilateral-filter-fast.c
index fe6526e..3354155 100644
--- a/operations/common/bilateral-filter-fast.c
+++ b/operations/workshop/bilateral-filter-fast.c
@@ -1,3 +1,7 @@
+/* XXX: moved to workshop due to bug #777699, excessive memory allocations
+ */
+
+
/* This file is an image processing operation for GEGL
*
* GEGL is free software; you can redistribute it and/or
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3511888..081b6ed 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -10,7 +10,6 @@ operations/common/alien-map.c
operations/common/antialias.c
operations/common/apply-lens.c
operations/common/bilateral-filter.c
-operations/common/bilateral-filter-fast.c
operations/common/box-blur.c
operations/common/brightness-contrast.c
operations/common/buffer-sink.c
@@ -222,6 +221,7 @@ operations/transform/shear.c
operations/transform/transform.c
operations/transform/transform-core.c
operations/transform/translate.c
+operations/workshop/bilateral-filter-fast.c
operations/workshop/component-extract.c
operations/workshop/demosaic-bimedian.c
operations/workshop/demosaic-simple.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]