| Commit message (Expand) | Author | Age |
* | remove 4 legacy flags (clients already updated) | Mike Reed | 2016-10-20 |
* | Outline SkImageFilter Make methods | robertphillips | 2016-04-17 |
* | Update SkMorphology ImageFilters to sk_sp | robertphillips | 2016-04-05 |
* | Update Morphology image filter to store its type | robertphillips | 2016-03-30 |
* | Switch SkMorphologyImageFilter over to new onFilterImage interface | robertphillips | 2016-03-25 |
* | 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 |
* | 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 |
* | style nit cleanups. e.g. remove 'virtual' on override declarations | robertphillips | 2015-07-07 |
* | 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 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | 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 |
* | [Reland of r13154, since the Housekeeping bot seems to have reverted it in r1... | senorblanco@chromium.org | 2014-01-24 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-23 |
* | Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opt... | senorblanco@chromium.org | 2014-01-23 |
* | 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 |
* | Added ctm matrix to GPU path | commit-bot@chromium.org | 2013-08-05 |
* | 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 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | Move the code for the GPU implementation of morphology effects from GrContext | senorblanco@chromium.org | 2012-08-22 |
* | 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 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |