aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecorder.cpp
Commit message (Expand)AuthorAge
* Revert "remove approxbytes api from SkPicture"Gravatar Mike Reed2017-12-25
* remove approxbytes api from SkPictureGravatar Mike Reed2017-12-24
* move files out of private, and fix up callers to IWYUGravatar Mike Reed2017-05-16
* calculate cull rects for SkMiniPicturesGravatar Mike Klein2017-04-20
* remove kReturnNullForEmpty_FinishFlag featureGravatar Mike Klein2017-04-11
* Check for bad bounds in picture cullboundsGravatar Mike Reed2017-03-10
* remove SkPictureUtils.hGravatar Mike Reed2017-03-08
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Clean up unused SkPictureRecorder::optimizeFor()Gravatar mtklein2016-09-15
* Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 o...Gravatar mtklein2016-08-15
* add parallel public API for recording SkLiteDL.Gravatar mtklein2016-08-15
* Sketch SkPictureRecorder::optimizeFor(GrContext*).Gravatar mtklein2016-08-01
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Experiment: add flag for finish-recording to return nullGravatar reed2016-07-06
* Enable flattening of SkRecordedDrawableGravatar msarett2016-04-27
* Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of h...Gravatar mtklein2016-04-27
* Enable flattening of SkRecordedDrawableGravatar msarett2016-04-27
* return pictures as sk_spGravatar reed2016-03-18
* detach -> releaseGravatar mtklein2016-03-16
* SkRecord refactor: fill bounds array instead of BBH directlyGravatar mtklein2015-10-24
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Allow reset of the SkPictureRecorder cull rect and other parameters during en...Gravatar schenney2015-07-07
* Thread through a flag to force SkPicture::playback() when recording subpictures.Gravatar mtklein2015-07-01
* 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
* 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
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...Gravatar mtklein2015-04-07
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-07
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-06
* Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...Gravatar joshualitt2015-03-05
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-05
* Rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...Gravatar reed2015-02-06
* rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* free up picturerecorder refs after returning picture or drawableGravatar reed2014-11-24
* option to return drawable from recordingGravatar reed2014-11-24
* SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.Gravatar mtklein2014-11-21
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-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