aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFlattenable.cpp
Commit message (Expand)AuthorAge
* Add API for SkTextBlob serialization into caller's memory.Gravatar Khushal2018-04-04
* Use equal_range for factory lookupsGravatar Vladimir Levin2018-01-19
* upgrade SkReadBuffer to always validateGravatar Mike Reed2017-12-06
* Trim gEntries down from 24K to 3K.Gravatar Mike Klein2017-06-17
* Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev...Gravatar mtklein2016-04-04
* Delete SkFlattenable::TypeGravatar msarett2016-04-04
* Eliminate some clutter in SkFlattenableGravatar mdempsky2015-09-24
* 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
* Bump min picture version.Gravatar mtklein2014-12-01
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* Bump max flattenable from 64 to 1024.Gravatar bungeman@google.com2012-06-27
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* fix debug commentGravatar caryclark@google.com2011-12-16
* 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
* fix sign/unsigned warningsGravatar reed@google.com2011-06-28
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* fix bug where we wrote uninitialized data to the flatten stream for shaders.Gravatar reed@google.com2011-05-10
* rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternGravatar mike@reedtribe.org2011-04-29
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* grab from latest androidGravatar reed@android.com2008-12-17