| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix filter bounds computation for SkOffsetImageFilter. | senorblanco@chromium.org | 2014-05-28 |
* | 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 |
* | Fix SkOffsetImageFilter to use a temporary for bounds computations. | senorblanco@chromium.org | 2014-03-11 |
* | Apply the CTM to the offset in the slow SkOffsetImageFilter path. | senorblanco@chromium.org | 2014-03-04 |
* | 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 |
* | Implement a computeFastBounds() traversal for SkImageFilter. | senorblanco@chromium.org | 2014-01-27 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fixed bad bitmap size crashes | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | Adding a way to disable SkOffsetImageFilter's optimized path in blink/chrome | commit-bot@chromium.org | 2013-11-01 |
* | 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 |
* | Moving 4 SkImageFilter derived classes from blink to skia | commit-bot@chromium.org | 2013-09-26 |
* | 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 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-24 |
* | Reverting r9245 due to Chrome breakage | robertphillips@google.com | 2013-05-22 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-22 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |