[gegl] gegl:pixelize: Fix bad OpenCL abyss value
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl:pixelize: Fix bad OpenCL abyss value
- Date: Sun, 13 Oct 2013 14:50:57 +0000 (UTC)
commit a5f84ba2ae0110440ab34bb7880f311fa86942cd
Author: Daniel Sabo <DanielSabo gmail com>
Date: Sun Oct 13 07:43:27 2013 -0700
gegl:pixelize: Fix bad OpenCL abyss value
operations/common/pixelize.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/pixelize.c b/operations/common/pixelize.c
index 4a5039c..a53c952 100644
--- a/operations/common/pixelize.c
+++ b/operations/common/pixelize.c
@@ -328,7 +328,7 @@ cl_process (GeglOperation *operation,
op_area->right,
op_area->top,
op_area->bottom,
- GEGL_ABYSS_CLAMP);
+ GEGL_ABYSS_NONE);
while (gegl_buffer_cl_iterator_next (i, &err))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]