[gegl] debug: fix opencl debug filter
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] debug: fix opencl debug filter
- Date: Mon, 26 Mar 2012 19:12:30 +0000 (UTC)
commit 34e2b6e0302b0b6ed2c01b2755316181da4b4598
Author: Ãyvind KolÃs <pippin gimp org>
Date: Mon Mar 26 20:12:20 2012 +0100
debug: fix opencl debug filter
gegl/gegl-debug.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-debug.h b/gegl/gegl-debug.h
index 3e95ff6..5fd1fd9 100644
--- a/gegl/gegl-debug.h
+++ b/gegl/gegl-debug.h
@@ -31,12 +31,14 @@ static const GDebugKey gegl_debug_keys[] = {
{ "tile-backend", GEGL_DEBUG_TILE_BACKEND},
{ "processor", GEGL_DEBUG_PROCESSOR},
{ "invalidation", GEGL_DEBUG_INVALIDATION},
+ { "opencl", GEGL_DEBUG_OPENCL},
{ "all", GEGL_DEBUG_PROCESS|
GEGL_DEBUG_BUFFER_LOAD|
GEGL_DEBUG_BUFFER_SAVE|
GEGL_DEBUG_TILE_BACKEND|
GEGL_DEBUG_PROCESSOR|
- GEGL_DEBUG_CACHE},
+ GEGL_DEBUG_CACHE|
+ GEGL_DEBUG_OPENCL},
};
#endif /* GEGL_ENABLE_DEBUG */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]