| Commit message (Expand) | Author | Age |
* | Don't fail SkMergeImageFilter if one of the inputs are empty | fs | 2015-05-20 |
* | Remove uniqueID from all filter serialization. | senorblanco | 2015-03-18 |
* | Add toString methods to SkImageFilter-derived classes | robertphillips | 2014-12-19 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https... | mtklein | 2014-12-01 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Reimplement deserialization of SkImageFilter's uniqueID. | senorblanco | 2014-08-26 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | Implement support for expanding crop rects in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Revert "Implement support for expanding crop rects in image filters" | senorblanco@chromium.org | 2014-03-14 |
* | Implement support for expanding crop rects in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Implement support for a Context parameter in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | Implement correct clipping for image filters. | senorblanco@chromium.org | 2014-02-05 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fixed more fuzzer issues | commit-bot@chromium.org | 2013-12-17 |
* | Fixed a few places where uninitialized memory could have been read | commit-bot@chromium.org | 2013-12-06 |
* | Changed maxInputCount for exact inputCount | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | Adding size parameter to read array functions | commit-bot@chromium.org | 2013-10-31 |
* | Follow up to serialization validation code | commit-bot@chromium.org | 2013-10-23 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | Implement crop rect support for the merge image filter. | senorblanco@chromium.org | 2013-09-19 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | 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 |
* | Pull SkMergeImageFilter out into its own file. | senorblanco@chromium.org | 2012-12-04 |