aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicturePlayback.cpp
Commit message (Expand)AuthorAge
...
* Allow creating a picture from skp to fail.Gravatar scroggo@google.com2013-10-01
* Fix name of "bleed" flagGravatar robertphillips@google.com2013-08-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Remove offsetcanvas from debuggerGravatar robertphillips@google.com2013-05-23
* add SkDrawPictureCallback optional parameter to drawPicture(), which can abor...Gravatar reed@google.com2013-05-20
* Revert "Allow supporting 1 older PICTURE_VERSION."Gravatar scroggo@google.com2013-05-07
* Allow supporting 1 older PICTURE_VERSION.Gravatar scroggo@google.com2013-04-30
* Catch failures to SkTypeface::Deserialize() and use the default in that case.Gravatar reed@google.com2013-04-22
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Remove bogus ability for creating an SkPicturePlayback to fail.Gravatar scroggo@google.com2013-02-25
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Fix a warning on Android.Gravatar scroggo@google.com2013-02-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-16
* non-SK_DEVELOPER-mode patch for r7752Gravatar robertphillips@google.com2013-02-15
* Add NOOP "command" to picture formatGravatar robertphillips@google.com2013-02-15
* Now store chunk size in skp file formatGravatar robertphillips@google.com2013-02-15
* Only support SkPicture abort for Android due to the fragility of the existing...Gravatar djsollen@google.com2013-02-01
* Fixing crash in cloning empty SkPicture objectGravatar junov@chromium.org2013-01-28
* Switch debugger profiling stubs over to being guarded by SK_DEVELOPERGravatar robertphillips@google.com2013-01-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* When cloning picture, use a bitmap heap to avoid flattening bitmaps.Gravatar scroggo@google.com2012-12-10
* optimize for paints that don't require deep copy during cloneGravatar reed@google.com2012-12-10
* Make debugger profiling honor deleted commandsGravatar robertphillips@google.com2012-12-07
* mark bitmaps as immutable as we deserialize them into picture-playbackGravatar reed@google.com2012-12-07
* 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