summaryrefslogtreecommitdiff
path: root/opencl/pixelize.cl.h
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15Bug 727005: "C" and "cl" gegl:pixelize produce different resultsMassimo Valentini1-15/+24
* Use input bounding box, not only its width/height, to compute block color for partial blocks. * Always round down integer divisions
2013-11-11operations: merge pixelize and dotTéo Mazars1-34/+109
... since they are similar - fix Bug 710059 - add a "diamond" shape - don't try to allocate too much memory - handle edges properly - the opencl version follows the change
2013-01-14opencl: many changesVictor Oliveira1-0/+50
- splitting kernels from remaining filters - removing unnecessary opencl barriers - stop using cl_int to report GEGL errors (just opencl ones)