aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureFlat.cpp
Commit message (Expand)AuthorAge
* Make SkTypefacePlayback use smart pointers.Gravatar Ben Wagner2018-07-10
* remove unused SkRasterizerGravatar Mike Reed2018-01-21
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* remove SkWriteBuffer::reserve()Gravatar mtklein2016-04-29
* Delete unused fNamedFactorySet from SkWriteBufferGravatar msarett2016-04-19
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.Gravatar commit-bot@chromium.org2014-01-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-03
* Function pointers -> templates in SkPictureFlat.Gravatar commit-bot@chromium.org2014-01-02
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* use SkTDynamicHash in picture recordingGravatar mtklein@google.com2013-08-20
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Revert "Start from scratch on a faster SkFlatDictionary."Gravatar mtklein@google.com2013-07-24
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Add a map from index to SkFlatData* in SkFlatDictionaryGravatar robertphillips@google.com2013-03-10
* Don't die when there are no fonts available.Gravatar bungeman@google.com2013-01-17
* cache fontmetrics in picture-recordGravatar reed@google.com2012-12-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Move write buffer flags used by SkFlataData::Create into SkFlatController.Gravatar scroggo@google.com2012-08-14
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Change SkFlatData to have a sentinel value, allowing the Compare function toGravatar reed@google.com2012-07-10
* restore 4478 w/ fixed assert (no long need 8-byte alignment)Gravatar reed@google.com2012-07-09
* revert 4478Gravatar reed@google.com2012-07-09
* switch callers to SkChecksum::Compute (no 32/64 preference)Gravatar reed@google.com2012-07-09
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...Gravatar reed@google.com2012-04-24
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue asGravatar senorblanco@chromium.org2011-05-24
* rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternGravatar mike@reedtribe.org2011-04-29
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* grab from latest androidGravatar reed@android.com2008-12-17