aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPictureRecorder.h
Commit message (Expand)AuthorAge
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Revert "add guard for extra includes"Gravatar Mike Reed2017-05-17
* add guard for extra includesGravatar Mike Reed2017-05-17
* move files out of private, and fix up callers to IWYUGravatar Mike Reed2017-05-16
* remove kReturnNullForEmpty_FinishFlag featureGravatar Mike Klein2017-04-11
* Update endRecordingAsPicture to finishRecordingAsPictureGravatar Yuqian Li2017-02-22
* no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymoreGravatar Mike Reed2016-12-07
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Mike Reed2016-11-13
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Heather Miller2016-11-10
* Revert "Fix BUG=chromium:664036"Gravatar Heather Miller2016-11-10
* Fix BUG=chromium:664036Gravatar Hal Canary2016-11-10
* Change SkCanvas to *not* inherit from SkRefCntGravatar Mike Reed2016-11-09
* remove lots of legacy flagsGravatar Mike Reed2016-10-31
* 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 dead flag from SkPictureRecorderGravatar robertphillips2016-07-14
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Experiment: add flag for finish-recording to return nullGravatar reed2016-07-06
* return pictures as sk_spGravatar reed2016-03-18
* Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawablesGravatar djsollen2015-11-17
* Move the last headers. Cross your fingers.Gravatar mtklein2015-07-29
* Revert "Move the rest of src headers used by include to include/private."Gravatar Mike Klein2015-07-28
* Move the rest of src headers used by include to include/private.Gravatar mtklein2015-07-28
* Allow reset of the SkPictureRecorder cull rect and other parameters during en...Gravatar schenney2015-07-07
* Revert "Move headers used by headers in include/ to include/private."Gravatar Mike Klein2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar jvanverth2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* 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
* Mark SkPictureRecorder::endRecording as SK_WARN_UNUSED_RESULT.Gravatar jbroman2015-04-09
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* 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
* Remove legacy Picture defines.Gravatar scroggo2014-12-19
* free up picturerecorder refs after returning picture or drawableGravatar reed2014-11-24
* option to return drawable from recordingGravatar reed2014-11-24
* 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
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11