aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicture.cpp
Commit message (Expand)AuthorAge
...
* 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
* Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.Gravatar mtklein2014-09-30
* Remove support for SkPicture::clone().Gravatar mtklein2014-09-30
* SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.Gravatar mtklein2014-09-15
* Add flag to call SkRecordOptimize on new pictures.Gravatar mtklein2014-09-15
* Delay any SkRecordOptimize until after SkRecord has stuck.Gravatar mtklein2014-09-10
* Turn on the save-layer optimization.Gravatar mtklein2014-09-08
* Turn on all pixel-perfect SkRecord optimizations.Gravatar mtklein2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Remove legacy (and also broken) SkPicture constructor.Gravatar djsollen2014-09-02
* Try out scalar picture sizesGravatar robertphillips2014-08-29