aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFlattenable.h
Commit message (Expand)AuthorAge
* Restore SkLightingShader and associated classesGravatar Robert Phillips2018-07-17
* move imagefilters into separate dir and flag for build.gnGravatar Mike Reed2018-06-19
* remove defines and add commasGravatar Cary Clark2018-05-21
* Add API for SkTextBlob serialization into caller's memory.Gravatar Khushal2018-04-04
* remove unused SkRasterizerGravatar Mike Reed2018-01-21
* Use equal_range for factory lookupsGravatar Vladimir Levin2018-01-19
* macro to handle type-casting for SkFlattenable::DeserializeGravatar Mike Reed2017-12-19
* add virtual to confirm flattenable typeGravatar Mike Reed2017-12-11
* upgrade SkReadBuffer to always validateGravatar Mike Reed2017-12-06
* Remove SkLightingShader and associated classesGravatar Robert Phillips2017-08-07
* SkXfermode no longer needs to e a flattenableGravatar Mike Reed2017-06-10
* Reland of SkShaderBaseGravatar Florin Malita2017-05-25
* Revert "SkShaderBase"Gravatar Florin Malita2017-05-24
* SkShaderBaseGravatar Florin Malita2017-05-24
* SkLightingShader normal vector CPU computation refactor.Gravatar dvonbeck2016-06-27
* Revert of Refactoring of CPU NormalMap handling out into its own class (patch...Gravatar dvonbeck2016-06-27
* SkLightingShader normal vector CPU computation refactor.Gravatar dvonbeck2016-06-27
* Refactoring of GPU NormalMap handling out into its own class.Gravatar dvonbeck2016-06-16
* Revert of Refactoring of GPU NormalMap handling out into its own class (patch...Gravatar egdaniel2016-06-15
* Refactoring of GPU NormalMap handling out into its own class.Gravatar dvonbeck2016-06-15
* Revert of Refactoring of GPU NormalMap handling out into its own class (patch...Gravatar egdaniel2016-06-14
* Refactoring of GPU NormalMap handling out into its own class.Gravatar dvonbeck2016-06-14
* Make SkDrawable an SkFlattenableGravatar msarett2016-04-25
* Enable flattening/unflattening with custom unflatten procsGravatar msarett2016-04-22
* Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev...Gravatar mtklein2016-04-04
* Delete SkFlattenable::TypeGravatar msarett2016-04-04
* change flattenable factory to return sk_spGravatar reed2016-04-03
* reorg global initialization, separating core from optionalGravatar reed2016-01-13
* Eliminate some clutter in SkFlattenableGravatar mdempsky2015-09-24
* Explicitly friend ::SkPrivateEffectInitializer to flattenables.Gravatar mtklein2015-08-24
* remove SkInstCntGravatar mtklein2015-06-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 macros that make it look like it's a good idea to not be able to flatten.Gravatar mtklein2015-01-07
* 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 unused (by clients) SkUnitMapperGravatar commit-bot@chromium.org2014-05-22
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...Gravatar commit-bot@chromium.org2014-05-22
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...Gravatar commit-bot@chromium.org2014-05-21
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...Gravatar commit-bot@chromium.org2014-05-16
* remove unused (by clients) SkUnitMapperGravatar commit-bot@chromium.org2014-05-16
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or revertin...Gravatar robertphillips@google.com2013-10-21
* Reverted due to Chromium compilation failures. Please see:Gravatar robertphillips@google.com2013-10-20
* Constify SkFlattenable::getFactory().Gravatar commit-bot@chromium.org2013-10-18
* I'm investigating how to make the IPC transfer a bit more secure on theGravatar commit-bot@chromium.org2013-09-19
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21