summaryrefslogtreecommitdiff
path: root/gegl/process
AgeCommit message (Expand)AuthorFilesLines
2014-07-10eval-manager: clamp mipmap levelØyvind Kolås1-0/+3
2014-07-09gegl: keep track of valid region for mipmap levelsØyvind Kolås5-44/+67
2014-07-05gegl_node_blit: compute rowstride for GEGL_AUTO_ROWSTRIDEØyvind Kolås1-3/+2
2014-07-05processor: first steps towards level aware processorØyvind Kolås2-8/+27
2014-07-04process: propagate level argument furtherØyvind Kolås4-5/+10
2014-06-30operation: use g_usleep instead of g_cond_wait/signalØyvind Kolås1-1/+6
2014-03-10Remove redundant "format" property from GeglCacheDaniel Sabo1-8/+10
2014-03-08Use constructed() instead of constructor()Daniel Sabo1-17/+6
2014-03-03Remove unnecessary includes of gegl-utils.hDaniel Sabo2-2/+0
2014-01-25Fix bliting from a cached node (bug 722963)Daniel Sabo1-4/+5
2013-12-01Move gegl.h declarations into their own headers.Daniel Sabo8-27/+105
2013-12-01Add all gegl include paths to AM_CPPFLAGSDaniel Sabo1-3/+9
2013-11-19Add gegl-operation-context-private.hDaniel Sabo3-0/+3
2013-11-19Make gegl_object_set/get_has_forked functionsDaniel Sabo1-2/+2
2013-11-19Don't use gegl_operation_context_set_propertyDaniel Sabo1-6/+1
2013-11-19Remove gegl-operation-context.h from some headersDaniel Sabo1-0/+1
2013-11-14Move gegl_cache_computed() calls out of operationsDaniel Sabo1-0/+3
2013-06-19Honor cached_region, needed by some area filtersDaniel Sabo1-1/+6
2013-06-09AttributionDaniel Sabo1-0/+1
2013-06-08graph: Always return a buffer for non-sink nodesDaniel Sabo2-3/+2
2013-06-08Clean up gegl-graph-traversal.hDaniel Sabo1-8/+26
2013-06-07Bring back gegl_instrument timersDaniel Sabo2-0/+12
2013-06-04New graph processorDaniel Sabo23-1168/+907
2013-05-25Get rid of imaginary GeglGraph typeDaniel Sabo1-5/+5
2013-05-21Provide a non-null input pad for unconnected nodesDaniel Sabo1-3/+11
2013-05-21eval_visitor: Reuse the empty bufferDaniel Sabo2-1/+37
2013-05-21Revert "eval_visitor: Set output to NULL for 0x0 rects"Daniel Sabo1-28/+32
2013-05-21eval_visitor: Set output to NULL for 0x0 rectsDaniel Sabo1-32/+28
2013-05-07Remove GeglCache's knowledge of GeglNodeDaniel Sabo1-1/+1
2013-03-15gegl: depend on GLib >= 2.32.4 and port to new mutex/cond APIMichael Natterer2-6/+6
2013-03-14Initialize OpenCL in gegl_configDaniel Sabo1-3/+0
2012-12-01gegl: move back 'valid_have_rect = TRUE' in gegl_node_get_bounding_boxMassimo Valentini1-1/+0
2012-12-01gegl: move cache's set_extent from gegl_node_get_bounding_boxMassimo Valentini1-0/+7
2012-06-07rename gegl-eval-mgr to gegl-eval-managerMichael Muré3-49/+48
2012-04-28opencl: forgot the opencl_support flagVictor Oliveira1-1/+2
2012-04-23opencl: delaying OpenCL initializationVictor Oliveira1-16/+22
2012-04-23opencl: bug in opencl enable flagVictor Oliveira1-1/+1
2012-04-14opencl: further simplifiy cl abstrcations for opencl point opsØyvind Kolås1-1/+1
2012-04-02Remove gegl_processor_destroy also from headerJon Nordby1-2/+0
2012-04-01cl: A reasonable chunk_size for OpenCLVictor Oliveira1-2/+2
2012-03-29remove wrappers for g_object_unrefØyvind Kolås1-11/+0
2012-03-25memory leak in gegl-processorVictor Oliveira1-17/+22
2012-03-25Add arguments to prepare GEGL for being aware of scaling down previews.Øyvind Kolås2-6/+5
2012-03-21removing some globals and compiler warningsVictor Oliveira1-1/+1
2012-03-20GEGL_USE_OPENCL enviroment variable created and OpenCL Init moved to gegl_pos...Victor Oliveira1-8/+11
2012-03-20GeglOperator and OpenCLVictor Oliveira1-0/+19
2012-03-20All makefiles include opencl [except docs]Victor Oliveira1-1/+3
2012-03-16Revert "remove internal profiling code"Øyvind Kolås5-0/+24
2012-03-16remove internal profiling codeØyvind Kolås5-24/+0
2012-03-16process: get rid of warning about 0px processingØyvind Kolås1-9/+17