1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 7 years ago
  3. 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 7 years ago
  4. 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 7 years ago
  5. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  6. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  7. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  8. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  9. 90b2005 remove SkPictureUtils.h by Mike Reed · 7 years ago
  10. 804e091 Make shadow_utils GM use its own SkResourceCache by Brian Salomon · 7 years ago
  11. bc9956d Attempt to stabilize shadow_utils GM for replay configs by Brian Salomon · 7 years ago
  12. 03a7f5f Make header files idempotent; script to check by Hal Canary · 7 years ago
  13. 6b20a55 Make header files self-sufficient by Hal Canary · 7 years ago
  14. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 7 years ago
  15. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 7 years ago
  16. 2589042 remove unused SkLayer by Mike Reed · 7 years ago
  17. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
  18. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  19. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  20. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  21. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  22. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  23. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  24. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  25. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  26. d8c278a Add no-op draw overrides to SkNoDrawCanvas by Florin Malita · 8 years ago
  27. 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
  28. 4b7b6f0 Retire SkNoSaveLayerCanvas by Florin Malita · 8 years ago
  29. ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
  30. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  31. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  32. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  33. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  34. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  35. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  36. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  37. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  38. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  39. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  40. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  41. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  42. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  43. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  44. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  45. a25f470 Delete SkNinePatch by msarett · 8 years ago
  46. 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
  47. 45561a0 drawTextRSXform by reed · 8 years ago
  48. 2b2810b all dumpcanvas to be built in release by reed · 8 years ago
  49. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  50. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  51. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  52. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  53. 68e99ac remove alias for SkMatrix44.h -- chrome callers have been updated by reed · 8 years ago
  54. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  55. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  56. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  57. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  58. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  59. 1263448 Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1. by benjaminwagner · 8 years ago
  60. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  61. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  62. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  63. a7e9f05 Move SkTDArray to private. by bungeman · 8 years ago
  64. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  65. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  66. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  67. 879caf8 remove SkDebugUtils.h -- unused by reed · 9 years ago
  68. 61a237e SkPaintFilterCanvas cleanup by fmalita · 9 years ago
  69. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  70. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  71. 6544817 test & doc for SkUnitCubicInterp by caryclark · 9 years ago
  72. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  73. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  74. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  75. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  76. b39f39f remove unused SkCullPoints by reed · 9 years ago
  77. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  78. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  79. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  80. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  81. 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 9 years ago
  82. 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 9 years ago
  83. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  84. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  85. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  86. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  87. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  88. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  89. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  90. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  91. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  92. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  93. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  94. 4c21dc5 add drawImageNine by reed · 9 years ago
  95. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  96. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  97. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  98. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  99. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  100. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago