aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicturePlayback.cpp
Commit message (Expand)AuthorAge
* Added profiling stubs to SkPicturePlaybackGravatar robertphillips@google.com2012-11-13
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* For a picture playback with nothing written, use an empty SkData.Gravatar scroggo@google.com2012-09-14
* Fix some nits from http://codereview.appspot.com/6506103/Gravatar rileya@google.com2012-09-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-14
* Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...Gravatar rileya@google.com2012-09-13
* Record the initial matrix when we begin picture-playback, and concat withGravatar reed@google.com2012-09-05
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* 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
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* 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
* 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
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Adding sanity checks on restore offsets in SkPicturePlayback::drawGravatar junov@chromium.org2012-07-09
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Expand header in serialized picturesGravatar reed@google.com2012-06-22
* add PictInfo chunk to serialized picturesGravatar reed@google.com2012-06-22
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* 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
* Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.Gravatar tomhudson@google.com2012-04-10
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* 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
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* use safeunref on typefaces, since Deserialize might return NULL.Gravatar reed@google.com2011-07-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternGravatar mike@reedtribe.org2011-04-29
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* initialize fShapeCount in init()Gravatar reed@android.com2009-07-07
* more checks for null shapes in picturesGravatar reed@android.com2009-07-03
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* build with -WallGravatar reed@android.com2009-03-20
* add picture-record option to speedup complex clipsGravatar reed@android.com2009-02-13