1. c25e269 Fix several bugs in SkDebugCanvas/SkDrawCommand by Brian Osman · 6 years ago
  2. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 6 years ago
  3. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 6 years ago
  4. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  5. ca8c095 Implement a fast path for solid color lattice rectangle by Stan Iliev · 7 years ago
  6. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  7. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  8. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  9. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  10. 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
  11. 78f1f5a Add rest of paint flags to debug canvas. by Ben Wagner · 7 years ago
  12. 82d8087 Show SkPaint/blendMode in debugger by Florin Malita · 7 years ago
  13. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  14. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  15. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  16. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  17. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  18. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  19. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  20. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago
  21. ac42aeb Add support for drawImageLattice in SKIA debugger by Stan Iliev · 8 years ago
  22. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  23. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  24. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  25. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  26. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  27. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  28. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  29. 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  30. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  31. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  32. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  33. a73d76a skp_parser by halcanary · 8 years ago
  34. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  35. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  37. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  38. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  39. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  40. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  41. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  42. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  43. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  44. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  45. 02526bd Fix SkDrawTextBlobCommand null blob crash by fmalita · 8 years ago
  46. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  47. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  48. 0ac1bec Add width, height, unique ID, alpha to debugger DrawImageCommand by msarett · 8 years ago
  49. f412f09 SkDrawCommand: hinting by halcanary · 8 years ago
  50. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  51. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  52. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  53. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  54. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  55. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  56. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  57. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  58. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  59. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  60. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  61. 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
  62. 6d2c3e7 add bounds to textblob by reed · 8 years ago
  63. 45561a0 drawTextRSXform by reed · 8 years ago
  64. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  65. ee0c555 skiaserve: Use snakeCase for JSON identifiers. by jcgregorio · 8 years ago
  66. 67f62fa add short-desc by reed · 8 years ago
  67. fb40923 Add Annotations to old debugger by robertphillips · 8 years ago
  68. 97660cc add annotations to debugger by reed · 8 years ago
  69. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  70. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  71. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  72. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  73. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  74. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  75. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  76. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  77. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  78. 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 · 8 years ago
  79. 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 · 8 years ago
  80. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  81. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  82. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  83. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  84. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  85. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  86. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  87. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  88. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  89. 18300a3 detach -> release by mtklein · 8 years ago
  90. 51190df Add SkDrawPosTextHCommand JSON, fix skiaserve build. by bungeman · 8 years ago
  91. 790f99a Remove usage of SkImageDecoder in debugger by msarett · 8 years ago
  92. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 8 years ago
  93. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 8 years ago
  94. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  95. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 8 years ago
  96. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  97. 807dcab added 'visible' attribute to skiaserve JSON by ethannicholas · 8 years ago
  98. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  99. 3afae70 fixed SkDrawCommand JSON generation by ethannicholas · 8 years ago
  100. 6b3cf73 Add batch information to json by joshualitt · 8 years ago