| Commit message (Expand) | Author | Age |
* | Outline SkImageFilter Make methods | robertphillips | 2016-04-17 |
* | Update SkBlurImageFilter to sk_sp | robertphillips | 2016-04-04 |
* | Switch new SkImageFilter internal methods over to sk_sp | robertphillips | 2016-03-24 |
* | Switch SkBlurImageFilter over to new onFilterImage interface | robertphillips | 2016-03-24 |
* | Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch... | robertphillips | 2016-03-23 |
* | Switch SkBlurImageFilter over to new onFilterImage interface | robertphillips | 2016-03-23 |
* | Change signatures of filter bounds methods to return a rect. | senorblanco | 2016-03-21 |
* | Mark existing image filter entry points that will be going away with Deprecated | robertphillips | 2016-02-17 |
* | SkBlurImageFilter returns input when sigma = 0 | xidachen | 2015-12-10 |
* | Fix filter primitive bounds computations. | senorblanco | 2015-12-09 |
* | Revert "Revert of factories should return baseclass, allowing the impl to spe... | reed | 2015-10-06 |
* | Revert of factories should return baseclass, allowing the impl to specialize ... | schenney | 2015-10-06 |
* | factories should return baseclass, allowing the impl to specialize | reed | 2015-10-06 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Remove uniqueID from all filter serialization. | senorblanco | 2015-03-18 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | 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 |
* | Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. | commit-bot@chromium.org | 2014-05-15 |
* | Implement support for a Context parameter in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Factory methods for heap-allocated SkImageFilter objects. | commit-bot@chromium.org | 2014-03-10 |
* | 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 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | Added ctm matrix to GPU path | commit-bot@chromium.org | 2013-08-05 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-24 |
* | Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side... | robertphillips@google.com | 2013-07-24 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-22 |
* | Implement offset for GPU filter path. Although we can't yet use this in Blink... | commit-bot@chromium.org | 2013-07-10 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | Export effects classes with SK_API. | tfarina@chromium.org | 2012-10-12 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |