C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkRecorder.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-06 reedRename SkCanvasDrawable to SkDrawable, and make public
2015-02-06 reedRevert of rename SkCanvasDrawable to SkDrawable, and...
2015-02-06 reedrename SkCanvasDrawable to SkDrawable, and make public
2015-01-05 reedRevert of Revert of move remaining virtual draw methods...
2015-01-05 reedRevert of move remaining virtual draw methods to onDraw...
2015-01-05 reedmove remaining virtual draw methods to onDraw
2015-01-02 reedremove unused drawData
2014-12-15 junovRemove SkCanvas::isDrawingToLayer
2014-12-12 mtkleinCull pushCull and popCull from Skia.
2014-12-10 Florin MalitaRemove SkCanvas::drawBitmapMatrix()
2014-12-04 reedChange clear() to respect the clip
2014-12-03 reedRevert "Change clear() to respect the clip"
2014-12-02 reedChange clear() to respect the clip
2014-11-24 reedoption to return drawable from recording
2014-11-21 mtkleinSkData -> SkPicture::SnapshotArray
2014-11-19 reedAllow pictures to have a full bounds
2014-11-19 reedRevert of allow pictures to have a full bounds (patchse...
2014-11-19 reedallow pictures to have a full bounds
2014-11-18 reedwip for drawables
2014-10-16 piotaixrOverride SkCanvas::drawImage() in SkRecorder.
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-09-04 mtkleinImplement all SkCanvas overrides that SkPictureRecord...
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-22 mtkleinSupport comment groups in SkRecord.
2014-08-21 fmalitaSkTextBlob
2014-08-15 mtkleinSkRecordDraw: incorporate clip into BBH
2014-08-13 mtkleinStart tracking the CTM while filling the BBH in SkRecor...
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-08-07 reedchange drawPicture in SkRecord to just ref the picture
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-17 mtkleinAdd EXPERIMENTAL_beginRecording() for SkRecord-based...