Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-15 | Bug 727005: "C" and "cl" gegl:pixelize produce different results | Massimo Valentini | 1 | -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-11 | operations: merge pixelize and dot | Téo Mazars | 1 | -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-14 | opencl: many changes | Victor Oliveira | 1 | -0/+50 | |
- splitting kernels from remaining filters - removing unnecessary opencl barriers - stop using cl_int to report GEGL errors (just opencl ones) |