summaryrefslogtreecommitdiff
path: root/opencl
AgeCommit message (Expand)AuthorFilesLines
2014-04-20red-eye-removal: Use f suffix for float constantsJan Vesely2-8/+8
2014-04-20noise-cell: Use f suffix for float constants.Jan Vesely2-6/+6
2014-04-20noise-cell: remove static keywordsJan Vesely2-8/+8
2014-04-15operations: add a cell noise operationDimitris Papavasiliou2-0/+390
2014-04-15Bug 727005: "C" and "cl" gegl:pixelize produce different resultsMassimo Valentini2-30/+48
2014-02-24Add opencl implementation of operation texturize-canvas.Yongjia Zhang2-0/+62
2014-02-15Clean up formatting in box-blur.clDaniel Sabo2-104/+122
2014-02-15Make box-blur.cl match the committed box-blur.cl.hDaniel Sabo1-50/+50
2014-01-30This is a better way to accomplish the box-blur cl operation by using ocl'sYongjia Zhang2-0/+136
2013-12-11workshop: add the FIR case to the work-in-progress gaussian-blurTéo Mazars2-0/+148
2013-12-09opencl: colors-8bit-lut typosMassimo Valentini2-9/+9
2013-11-15random: remove global constants definitions in random.clTéo Mazars2-10/+8
2013-11-15operations: add a way to impact each component individually for stretch-contrastTéo Mazars2-62/+64
2013-11-14random: improve gegl-random implementationTéo Mazars4-142/+146
2013-11-11operations: remove gegl:dotTéo Mazars2-145/+0
2013-11-11operations: merge pixelize and dotTéo Mazars2-68/+218
2013-11-02opencl: Fix kernel compile warningsDaniel Sabo4-2/+52
2013-11-02colors.cl: Add some conversionsDaniel Sabo2-0/+86
2013-11-02colors.cl: Add some conversionsDaniel Sabo2-0/+88
2013-11-02colors.cl: Fix clipping in RGBA float -> RaGaBaA floatDaniel Sabo2-4/+4
2013-11-02opencl: Rebuild kernel stringsDaniel Sabo1-2/+2
2013-11-02OpenCL doesn't have static functions.Victor Oliveira1-2/+2
2013-11-01opencl: Replace u8 -> float gamma conversions with a small LUTDaniel Sabo4-256/+766
2013-11-01Fix some warnings in colors.clDaniel Sabo2-10/+10
2013-10-31opencl: fix a bunch of opencl compilation error with poclTéo Mazars6-12/+12
2013-10-31opencl: use -FLT_MAX instead of FLT_MIN as minimal valueTéo Mazars2-4/+4
2013-10-31Operations: Add OpenCL support to stretch-contrastCarlos Zubieta2-0/+274
2013-10-31Operations: Add OpenCL support to dotCarlos Zubieta2-0/+145
2013-10-31Added OpenCL support to posterizeCarlos Zubieta2-0/+58
2013-10-31Fix segfault caused for lack of input format in box-min and box-maxCarlos Zubieta3-3/+3
2013-10-31Added OpenCL support to red-eyed-removalCarlos Zubieta2-0/+86
2013-10-31Added OpenCL support to alien-mapCarlos Zubieta2-0/+72
2013-10-31Added OpenCL support to noise-hurlCarlos Zubieta2-0/+114
2013-10-31Changed data types in cl-random producing differences with gegl-randomCarlos Zubieta2-169/+25
2013-10-31Fixing random.cl path error and making it available for all the kernelsCarlos Zubieta2-2/+188
2013-10-31gegl-cl-random re-structuration, so it follows the gegl directory structureCarlos Zubieta1-0/+184
2013-10-31Using FLT_MAX and FLT_MIN insted of 1.0 and -1.0 in box-min and box-maxCarlos Zubieta4-8/+8
2013-10-31Added OpenCL support to box-maxCarlos Zubieta2-0/+100
2013-10-31Added OpenCL support to box-minCarlos Zubieta2-0/+100
2013-10-31Added partial OpenCL support to contrast-curveCarlos Zubieta2-0/+77
2013-10-31Added OpenCL support to weighted-blendCarlos Zubieta2-0/+60
2013-10-31Added OpenCL support to color-to-alphaCarlos Zubieta2-0/+128
2013-10-28cltostring.py: Don't pretend to handle unicodeDaniel Sabo1-10/+8
2013-10-27Pocl wasn't able to compile this kernel.Victor Oliveira2-2/+2
2013-10-27Make cltostring.py work with absolute pathsDaniel Sabo1-1/+1
2013-10-22Whitespace related diffs in regenerated filesDaniel Sabo3-5/+0
2013-10-22opencl: new source generator, cltostring.pyDaniel Sabo4-35/+68
2013-10-19box-blur: Fix syntax error and wrong abyss in OpenCL versionDaniel Sabo2-4/+4
2013-10-17edge:laplace: Fix offsets & stride in OpenCL versionDaniel Sabo2-170/+149
2013-10-15opencl: Use the right roi for pre_edgelaplace, still not enoughTéo Mazars2-4/+4