aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkTableMaskFilter.cpp
Commit message (Expand)AuthorAge
* rebaseGravatar Cary Clark2018-06-08
* Revert "Reland "remove toString""Gravatar Cary Clark2018-05-31
* Reland "remove toString"Gravatar Cary Clark2018-05-31
* Revert "remove toString"Gravatar Cary Clark2018-05-20
* remove toStringGravatar Cary Clark2018-05-20
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* move the guts of SkMaskFilter.h into SkMaskFilterBase.hGravatar Mike Reed2018-01-23
* Revert "remove unused TableMaskFilter"Gravatar Mike Reed2017-06-19
* remove unused TableMaskFilterGravatar Mike Reed2017-06-19
* Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://coderevi...Gravatar jcgregorio2016-07-18
* remove unused TableMaskFilterGravatar reed2016-07-14
* Reverse dependency between SkScalar.h and SkFixed.h.Gravatar benjaminwagner2016-04-07
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Replace SkPin32 with SkTPin and remove.Gravatar bungeman2015-08-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* 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
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]Gravatar mike@reedtribe.org2014-01-06
* Adding size parameter to read array functionsGravatar commit-bot@chromium.org2013-10-31
* Added toString to SkMaskFilter-derived classesGravatar robertphillips@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* fix warnings on Mac in src/effectsGravatar caryclark@google.com2012-06-06
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* fix SkFixed build (I hope)Gravatar reed@google.com2012-02-15
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* code styleGravatar mike@reedtribe.org2011-04-20
* rename gamma to table, since it is more general than just gammaGravatar reed@android.com2009-10-29