aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkOrderedWriteBuffer.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...Gravatar robertphillips@google.com2013-09-16
* Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...Gravatar robertphillips@google.com2013-09-16
* Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...Gravatar robertphillips@google.com2013-09-16
* Warnings as errors fixGravatar robertphillips@google.com2013-09-13
* Initial error handling codeGravatar commit-bot@chromium.org2013-09-13
* Read and write pixel offset when serializing bitmaps.Gravatar scroggo@google.com2013-05-31
* New API for encoding bitmaps during serialization.Gravatar scroggo@google.com2013-05-21
* Fixes for piping bitmaps with encoded data.Gravatar scroggo@google.com2013-04-30
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Ensure that streams written using SkFlattenableBuffer's can be read with read...Gravatar djsollen@google.com2013-01-23
* In SKP serialization, use existing encoded data.Gravatar scroggo@google.com2012-12-10
* Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionaryGravatar junov@chromium.org2012-10-17
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* 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
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12