summaryrefslogtreecommitdiff
path: root/operations
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Added OpenCL support to box-maxCarlos Zubieta1-0/+140
2013-10-31Added OpenCL support to box-minCarlos Zubieta1-2/+142
2013-10-31Added partial OpenCL support to contrast-curveCarlos Zubieta1-0/+125
2013-10-31Added OpenCL support to weighted-blendCarlos Zubieta1-5/+68
2013-10-31Added OpenCL support to color-to-alphaCarlos Zubieta1-0/+55
2013-10-21operations: Clean up OpenCL callsDaniel Sabo4-99/+100
2013-10-20Add gegl_buffer_cl_iterator_add_auxDaniel Sabo5-50/+36
2013-10-20gaussian-blur: Clean up cl_iter if there's an errorDaniel Sabo1-11/+12
2013-10-20pixelize: add missing CL_CHECKDaniel Sabo1-0/+2
2013-10-20pixelize: Clean up OpenCL callsDaniel Sabo1-36/+29
2013-10-20Remove unused $(OPENCL_LIBS) variableDaniel Sabo1-1/+1
2013-10-19operations: more input from string to path paramsClayton Walker8-12/+12
2013-10-19png-save: change input from string to path paramClayton Walker1-1/+1
2013-10-19operations: rewrite noise-spread.c with iterators/samplersTéo Mazars1-66/+46
2013-10-19gaussian-blur: Use CL_MEM_COPY_HOST_PTRDaniel Sabo1-2/+2
2013-10-19gaussian-blur: Make OpenCL filter choice match CPUDaniel Sabo1-7/+22
2013-10-19box-blur: Fix syntax error and wrong abyss in OpenCL versionDaniel Sabo1-1/+1
2013-10-19operations: exact same treatment for noise-slur.cTéo Mazars1-103/+64
2013-10-19operations: yet another bunch of improvments for noise-pick.cTéo Mazars1-84/+38
2013-10-18operations: image-compare never set the output blackTéo Mazars1-35/+26
2013-10-17opencl: Add use-opencl to nodes and call gegl_operation_use_openclDaniel Sabo13-19/+16
2013-10-17operations: improve again noise-pickTéo Mazars1-65/+39
2013-10-16operations: yet another fix for the CPU version of edge-laplaceMassimo Valentini1-1/+1
2013-10-16operations: fix an iterator access flag in image-compareTéo Mazars1-1/+1
2013-10-16operations: Use the double version of abs in image-compareTéo Mazars1-1/+1
2013-10-15operations: make sdl-display somewhat less uglyDaniel Sabo1-55/+47
2013-10-15image:compare: Do two passes so new output matches oldDaniel Sabo1-28/+68
2013-10-15operations: deep cleanup of image-compareTéo Mazars1-122/+89
2013-10-15opencl: Use the right roi for pre_edgelaplace, still not enoughTéo Mazars1-9/+13
2013-10-14gegl:color: Add format propertyDaniel Sabo1-13/+17
2013-10-14gegl:checkerboard Add format propertyDaniel Sabo1-14/+20
2013-10-14operations: A faster gegl:checkerboardDaniel Sabo1-48/+44
2013-10-14operations,opencl: fix edge-laplaceTéo Mazars1-1/+1
2013-10-13operations: Add missing encoding tag to math.rbDaniel Sabo1-0/+1
2013-10-13operations: Remove obsolete other-blend.rbDaniel Sabo1-168/+0
2013-10-13rectangle.c: fix previous commitMassimo Valentini1-1/+1
2013-10-13rectangle.c: plug a memory leak in gegl:rectangleMassimo Valentini1-0/+1
2013-10-13gegl:pixelize: Fix bad OpenCL abyss valueDaniel Sabo1-1/+1
2013-10-13operations: do not enforce a buffer format in noise-pickTéo Mazars1-20/+27
2013-10-13operations: rewrite the CPU version of pixelize.cTéo Mazars1-91/+187
2013-10-12operations: edge-laplace is slightly more deterministicTéo Mazars1-1/+2
2013-10-12operations: edge-laplace is second order in spaceTéo Mazars1-9/+9
2013-10-12operations: edge-laplace doesn't try to allocate the whole inputTéo Mazars1-15/+42
2013-10-11operations,opencl: Follow up on the changes for babl Y conversions.Michael Henning2-14/+4
2013-10-11operations: rewrite noise-pick.cTéo Mazars1-123/+122
2013-10-11oprations: minor corrections in lens-distortion.cTéo Mazars1-11/+12
2013-10-10operations: add a color parameter to lens-distortionTéo Mazars1-21/+33
2013-10-10operations: attenpt to fix lens-distortion.cTéo Mazars1-94/+234
2013-10-10gegl:text: Give sRGB colors to pangoDaniel Sabo1-5/+5
2013-10-08gegl:crop: Propagate input format to output padDaniel Sabo1-0/+10