C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / utils / debugger / SkDebugCanvas.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-02-13 robertphillipsRemove SkPictureFlat.h include from SkDrawCommands.h
2015-02-12 robertphillipsRevert of Remove SkPictureFlat.h include from SkDrawCom...
2015-02-12 robertphillipsRemove SkPictureFlat.h include from SkDrawCommands.h
2015-02-11 robertphillipsRevert of Remove SkPictureFlat.h include from SkDrawCom...
2015-02-11 robertphillipsRemove SkPictureFlat.h include from SkDrawCommands.h
2015-01-14 kkinnunenRemove incremental draw optimization from SkDebugCanvas
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 kkinnunenRemove draw window size state from SkDebugCanvas
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-30 kkinnunenChange DebugCanvas API to not encourage memory leaks
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-09 fmalitaRevert of Revert of SkDrawCommand scrubbing (patchset...
2014-11-07 fmalitaRevert of SkDrawCommand scrubbing (patchset #2 id:20001...
2014-11-07 fmalitaSkDrawCommand scrubbing
2014-10-16 robertphillips"Fix" debugger's setMatrix handling
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-03 reedHide fields in SkImageInfo
2014-08-29 robertphillipsTry out scalar picture sizes
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-21 reedremove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-07-07 robertphillipsSplit SkPicturePlayback out of SkPictureData
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-05-20 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-05-19 commit-bot@chromiu... This adds a checkbox to the debugger to allow seeing...
2014-04-23 reed@google.comMake drawText calls non-virtual, to ease SkFont and...
2014-04-22 commit-bot@chromiu... Revert of make drawText calls non-virtual, to ease...
2014-04-22 commit-bot@chromiu... make drawText calls non-virtual, to ease SkFont and...
2014-03-25 commit-bot@chromiu... Debugger improvements
2014-03-25 commit-bot@chromiu... Consolidate SkCanvas matrix virtuals.
2014-03-13 commit-bot@chromiu... De-virtualize SkCanvas matrix ops.
2014-03-12 commit-bot@chromiu... De-virtualize SkCanvas save/restore.
2014-03-12 commit-bot@chromiu... Revert of Revert of Revert "De-virtualize SkCanvas...
2014-03-11 commit-bot@chromiu... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-03-08 commit-bot@chromiu... hide getTotalClip, so we can eventually remove it
2014-03-04 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-03 commit-bot@chromiu... This adds cull rect visualization to the debugger's...
2014-03-03 commit-bot@chromiu... The new "mega" viz mode both adds visualization and...
2014-03-01 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-28 robertphillips@goo... Revert of r13620 (add new onClip* methods to SkCanvas...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-27 commit-bot@chromiu... Culling API
2014-02-21 commit-bot@chromiu... override new virtual onDrawDRRect in util canvas subclasses
2013-12-04 commit-bot@chromiu... Fix incremental visibility filter handling.
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-10-22 bsalomon@google.comRevert "If the path is a rect, call drawRect to raster...
2013-10-22 bsalomon@google.comIf the path is a rect, call drawRect to raster the...
2013-10-18 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-10-17 robertphillips@goo... Add texture filtering override to debugger
2013-10-17 robertphillips@goo... Revert r11842 (call drawRect to try GrAARectRenderer...
2013-10-17 commit-bot@chromiu... If the path is a rect, call drawRect to raster the...
2013-08-16 commit-bot@chromiu... This CL plumbs in the drawBitmapRectToRect "bleed"...
2013-07-15 commit-bot@chromiu... Const-ify SkDebugCanvas::getSize().
2013-06-13 fmalita@google.comExpose debugger backend classes externally.