aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicturePlayback.h
Commit message (Expand)AuthorAge
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...Gravatar rileya@google.com2012-09-13
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* use SkTRefArray to share readonly data between picturesGravatar reed@google.com2012-07-23
* use SkData to share between record and playbackGravatar reed@google.com2012-07-21
* Expand header in serialized picturesGravatar reed@google.com2012-06-22
* add PictInfo chunk to serialized picturesGravatar reed@google.com2012-06-22
* Remove unecessary virtual calls by having SkPicture use SkReader32 directly.Gravatar djsollen@google.com2012-04-18
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* use templated skipT() for skipping structs within a readerGravatar reed@google.com2011-09-07
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* grab from latest androidGravatar reed@android.com2008-12-17