aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkBlurDrawLooper.h
Commit message (Expand)AuthorAge
* Add SK_API to APIs used by the android framework.Gravatar Derek Sollenberger2017-09-21
* Implement SkBlurDrawLooper with SkLayerDrawLooperGravatar Matt Sarett2017-03-28
* SkBlurDrawLooper: Start by deleting flagsGravatar Matt Sarett2017-03-23
* Remove use of SkSmallAllocator from all Loopers.Gravatar Herb Derby2017-02-08
* remove lots of legacy flagsGravatar Mike Reed2016-10-31
* switch maskfilters to sk_spGravatar reed2016-04-04
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...Gravatar reed2016-03-22
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...Gravatar reed2016-03-22
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...Gravatar reed2016-03-22
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...Gravatar reed2016-03-22
* switch colorfilters to sk_spGravatar reed2016-03-22
* guard rasterizer and drawlooper settersGravatar reed2016-03-21
* Reland of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-21
* Revert of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-20
* change all factories to return their base-classGravatar reed2015-12-20
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Remove legacy constructor for blur draw looper.Gravatar commit-bot@chromium.org2014-05-20
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* Make sure SkDrawLooper objects can only be allocated on the heap.Gravatar commit-bot@chromium.org2014-04-15
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* [WIP] Add Context to SkDrawLooper.Gravatar commit-bot@chromium.org2014-03-12
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* Added toString to SkDrawLooper-derived classesGravatar robertphillips@google.com2013-01-28
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* Export effects classes with SK_API.Gravatar tfarina@chromium.org2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* Patch by Mike Lawther (mikelawther@chromium.org).Gravatar senorblanco@chromium.org2010-12-06
* grab from latest androidGravatar reed@android.com2008-12-17