Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin... | senorblanco@chromium.org | 2013-10-16 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | Implement crop rect for the dilate and erode (morphology) filters. This provo... | senorblanco@chromium.org | 2013-09-17 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Clamp dilate and erode radius to image width and height. | senorblanco@chromium.org | 2012-04-10 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |