aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicture.cpp
Commit message (Expand)AuthorAge
* Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:...Gravatar kjlubick2016-02-10
* Make SkPicture/SkImageGenerator default to SkCodecGravatar scroggo2016-02-10
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Deduplicate typefaces across sub-picturesGravatar mtklein2015-08-18
* Preserve SKP cullrects on deserializationGravatar fmalita2015-07-14
* skia: Add runtime option to disable picture IO security precautionsGravatar hendrikw2015-06-16
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-19
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar mtklein2015-05-18
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-18
* Perform SkPicture analysis lazily.Gravatar mtklein2015-05-13
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* Straighten out SkPicture::AccelData APIs.Gravatar mtklein2015-04-29
* Reduce ref counting in SkPictureRecorder.Gravatar mtklein2015-04-27
* Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes.Gravatar jbroman2015-04-27
* Remove MSAA check from Ganesh veto (dashed paths are no longer slow).Gravatar senorblanco2015-04-22
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* Send SkPicture deletion message lazily.Gravatar mtklein2015-04-07
* Alter gpu vetoGravatar robertphillips2015-01-26
* Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org...Gravatar robertphillips2015-01-26
* Alter gpu vetoGravatar robertphillips2015-01-26
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...Gravatar reed2015-01-06
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* remove dead SK_LEGACY_ENCODE_BITMAP flagGravatar reed2014-12-20
* fix SK_LEGACY_ENCODE_BITMAP missing castGravatar reed2014-12-19
* add const to encodePixels pixel parameterGravatar reed2014-12-19
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Bump min picture version.Gravatar mtklein2014-12-01
* option to return drawable from recordingGravatar reed2014-11-24
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.Gravatar mtklein2014-11-21
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* simplify uniqueID code in pictureGravatar reed2014-11-21
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* wip for drawablesGravatar reed2014-11-18
* More SkPicture cleanupGravatar mtklein2014-11-17
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Enable distance field path rendering in Chrome.Gravatar jvanverth2014-11-04
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30