aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.cpp
Commit message (Expand)AuthorAge
* 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
* Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...Gravatar reed2015-01-05
* Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...Gravatar reed2015-01-05
* move remaining virtual draw methods to onDrawGravatar reed2015-01-04
* remove unused drawDataGravatar reed2015-01-02
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Force path bounds in recording.Gravatar mtklein2014-12-01
* option to return drawable from recordingGravatar reed2014-11-24
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* All the small packing tweaks mentioned in the bug.Gravatar mtklein2014-11-21
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* SkRecord: Pack SkRegion::Op and AA bit together.Gravatar mtklein2014-11-20
* 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
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* SkTextBlobGravatar fmalita2014-08-21
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Record concat as setMatrix.Gravatar mtklein2014-08-19
* SkRecordDraw: incorporate clip into BBHGravatar mtklein2014-08-15
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* change drawPicture in SkRecord to just ref the pictureGravatar reed2014-08-07
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.Gravatar mtklein2014-06-17