aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/debugger/SkDebugCanvas.cpp
Commit message (Expand)AuthorAge
* Fix debugger's SaveAs functionalityGravatar robertphillips2014-10-21
* "Fix" debugger's setMatrix handlingGravatar robertphillips2014-10-16
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Add support for new drawPicture entry point to debuggerGravatar robertphillips2014-08-13
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* This adds a checkbox to the debugger to allow seeing the effect pathops has o...Gravatar commit-bot@chromium.org2014-05-19
* remove code behind SK_SUPPORT_LEGACY_PROCXFERMODEGravatar reed@google.com2014-05-01
* Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...Gravatar reed@google.com2014-04-23
* Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https...Gravatar commit-bot@chromium.org2014-04-22
* make drawText calls non-virtual, to ease SkFont and TextBlobGravatar commit-bot@chromium.org2014-04-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-18
* Orphan ProcXfermode, with an eye towards removing itGravatar commit-bot@chromium.org2014-04-17
* Debugger improvementsGravatar commit-bot@chromium.org2014-03-25
* Consolidate SkCanvas matrix virtuals.Gravatar commit-bot@chromium.org2014-03-25
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-11
* Revert "De-virtualize SkCanvas save/restore."Gravatar fmalita@google.com2014-03-11
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* This adds cull rect visualization to the debugger's "mega" visualization mode.Gravatar commit-bot@chromium.org2014-03-03
* The new "mega" viz mode both adds visualization and forces all drawing to the...Gravatar commit-bot@chromium.org2014-03-03
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Culling APIGravatar commit-bot@chromium.org2014-02-27
* Add DRRect to debuggerGravatar commit-bot@chromium.org2014-02-24
* override new virtual onDrawDRRect in util canvas subclassesGravatar commit-bot@chromium.org2014-02-21
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* add installPixelsGravatar reed@google.com2014-01-24
* Fix incremental visibility filter handling.Gravatar commit-bot@chromium.org2013-12-04
* Removed deprecated API calls that have crept inGravatar robertphillips@google.com2013-11-10
* "Fix" bug in debug canvasGravatar robertphillips@google.com2013-11-07
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-18
* Add texture filtering override to debuggerGravatar robertphillips@google.com2013-10-17
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo()Gravatar commit-bot@chromium.org2013-08-05
* SkDebugCanvas: remove unused <iostream> include.Gravatar commit-bot@chromium.org2013-06-21
* Rename SkDrawCommand subclassesGravatar commit-bot@chromium.org2013-06-18
* Expose debugger backend classes externally.Gravatar fmalita@google.com2013-06-13