aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.cpp
Commit message (Expand)AuthorAge
* Revert[2] of "add backdrop option to SaveLayerRec"Gravatar reed2016-01-07
* Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of http...Gravatar reed2016-01-07
* add backdrop option to SaveLayerRecGravatar reed2016-01-07
* remove now defunct get_paint_offsetGravatar reed2016-01-04
* change signature for virtual related to saveLayer, passing SaveLayerRecGravatar reed2015-12-18
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Dedup SkPaths by gen-ID when going to .skpGravatar mtklein2015-10-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* remove SkDeferredCanvasGravatar reed2015-08-19
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* add drawImageNineGravatar reed2015-06-25
* add SkCanvas::drawAtlasGravatar reed2015-06-24
* Fix memory leak in SkPictureRecordGravatar robertphillips2015-06-23
* change old picture serialization to really handle imagesGravatar reed2015-06-22
* Remove the SkCanvas comment APIGravatar fmalita2015-06-15
* Make drawImage a virtual on SkDeviceGravatar reed2015-05-06
* Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...Gravatar reed2015-05-06
* Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...Gravatar reed2015-05-06
* Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...Gravatar reed2015-05-05
* Make drawImage a virtual on SkDeviceGravatar reed2015-05-05
* Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...Gravatar reed2015-05-05
* Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...Gravatar reed2015-05-04
* 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
* Defer saves() until they're neededGravatar reed2014-12-11
* 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
* Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half.Gravatar mtklein2014-11-12
* More cleanup: streamline paths and bitmaps.Gravatar mtklein2014-11-12
* Start stripping out complicated parts of SkPicture{Record,Data}.Gravatar mtklein2014-11-12
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* 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
* Remove a linear search in SkPictureRecord::addTextBlob.Gravatar jbroman2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05