- c761108 Implement onDrawDrawable in SkDebugCanvas by Brian Osman · 6 years ago
- 65197ff SkDrawCommand cleanup, continued by Brian Osman · 6 years ago
- 8363be1 SkDrawCommand cleanup by Brian Osman · 6 years ago
- 616f1cb Added drawAtlas support to SkDebugCanvas by Brian Osman · 6 years ago
- 78a7648 Add drawBitmapLattice to SkDebugCanvas by Brian Osman · 6 years ago
- fcac00f Reland "Remove devKerning" by Herb Derby · 7 years ago
- c76e26a Revert "Remove devKerning" by Mike Klein · 7 years ago
- c86c5c0 Remove devKerning by Herb Derby · 7 years ago
- 6aab2ab Include shadow ops in the debugger. by Derek Sollenberger · 7 years ago
- 255735e Remove code that was only used by the old debugger by Brian Osman · 7 years ago
- 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
- 99b6340 Remove use of deprecated MakeFromIRect by Brian Osman · 7 years ago
- c25e269 Fix several bugs in SkDebugCanvas/SkDrawCommand by Brian Osman · 7 years ago
- 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
- 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
- 185ffe9 make growToInclude private by Mike Reed · 7 years ago
- ca8c095 Implement a fast path for solid color lattice rectangle by Stan Iliev · 7 years ago
- fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
- 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
- a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
- b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
- 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
- 78f1f5a Add rest of paint flags to debug canvas. by Ben Wagner · 7 years ago
- 82d8087 Show SkPaint/blendMode in debugger by Florin Malita · 7 years ago
- 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 8 years ago
- 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 8 years ago
- 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
- 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
- d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
- 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
- ac42aeb Add support for drawImageLattice in SKIA debugger by Stan Iliev · 8 years ago
- 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
- a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
- c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
- 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- a73d76a skp_parser by halcanary · 8 years ago
- 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
- c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
- 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
- ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
- 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- 02526bd Fix SkDrawTextBlobCommand null blob crash by fmalita · 8 years ago
- 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
- 0ac1bec Add width, height, unique ID, alpha to debugger DrawImageCommand by msarett · 8 years ago
- f412f09 SkDrawCommand: hinting by halcanary · 8 years ago
- e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
- ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
- 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
- 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
- e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
- 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
- 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
- e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
- 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
- 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
- 6d2c3e7 add bounds to textblob by reed · 8 years ago
- 45561a0 drawTextRSXform by reed · 8 years ago
- a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
- ee0c555 skiaserve: Use snakeCase for JSON identifiers. by jcgregorio · 8 years ago
- 67f62fa add short-desc by reed · 8 years ago
- fb40923 Add Annotations to old debugger by robertphillips · 8 years ago
- 97660cc add annotations to debugger by reed · 8 years ago
- 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
- 6296da7 Move SkTypeface to sk_sp. by bungeman · 9 years ago
- fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 9 years ago
- efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
- 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
- cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
- d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 9 years ago
- d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 9 years ago
- 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
- 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
- f809d76 switch colorfilters to sk_sp by reed · 9 years ago
- 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
- f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 9 years ago
- a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
- f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
- 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
- 9ce9d67 update callsites for Make image factories by reed · 9 years ago