head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q4:1.1.0.6 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.4 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2011.02.10.10.12.48; author adam; state dead; branches; next 1.1; 1.1 date 2010.06.14.18.48.33; author drochner; state Exp; branches; next ; desc @@ 1.2 log @Changes 0.1.4: * Operations: save (chooses delegate save op automatically) rgbe load/save jpeg200 load/save ppm load/save map-absolute (GIMP cage tool gsoc helper op) whirl and pinch mirrors grid render fixed imagemagick fallback load op fixed pipe based dcraw wrapper GSoC 2010 ops: exp-combine, reinhard05, fattal02, mantiuk06, matting-levin * Various source and build improvements. * improvements towards threaded rendering * Buffer: refactored away some constant overhead made GeglBufferIterator API public @ text @$NetBSD: patch-ac,v 1.1 2010/06/14 18:48:33 drochner Exp $ --- gegl/buffer/gegl-buffer.c.orig 2010-02-07 15:31:58.000000000 +0000 +++ gegl/buffer/gegl-buffer.c @@@@ -77,12 +77,14 @@@@ //#define GEGL_BUFFER_DEBUG_ALLOCATIONS +#ifdef GEGL_BUFFER_DEBUG_ALLOCATIONS /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack * traces for leaked GeglBuffers using GNU C libs backtrace_symbols() */ #ifndef G_OS_WIN32 #include #endif +#endif G_DEFINE_TYPE (GeglBuffer, gegl_buffer, GEGL_TYPE_TILE_HANDLER) @@@@ -870,7 +872,6 @@@@ gegl_buffer_class_init (GeglBufferClass } #ifdef GEGL_BUFFER_DEBUG_ALLOCATIONS -#endif #define MAX_N_FUNCTIONS 100 static gchar * gegl_buffer_get_alloc_stack (void) @@@@ -908,11 +909,14 @@@@ gegl_buffer_get_alloc_stack (void) return result; } +#endif void gegl_bt (void); void gegl_bt (void) { +#ifdef GEGL_BUFFER_DEBUG_ALLOCATIONS g_print ("%s\n", gegl_buffer_get_alloc_stack ()); +#endif } static void @ 1.1 log @ride on the png revbump and update to 0.1.2 changes: some fixes and optimizations (API change) @ text @d1 1 a1 1 $NetBSD$ @