1. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 7 years ago
  2. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 7 years ago
  3. 288e471 clipstack is now private by Mike Reed · 7 years ago
  4. 46784be hide getClipStack by Mike Reed · 7 years ago
  5. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  6. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  7. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  8. 1a42791 Make SkNWayCanvas use conservative clipping. by Mike Klein · 8 years ago
  9. 584ca89 change SkCanvasStack to take ownership of its subcanvases by Mike Reed · 8 years ago
  10. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  11. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  12. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  13. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  14. d14df7c document.close from bool to void by reed · 8 years ago
  15. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  16. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  17. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  18. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  19. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  20. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  21. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  22. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  23. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  24. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  25. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  26. babc3de deferred canvas by reed · 8 years ago
  27. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  28. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  29. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  30. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  31. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  32. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  33. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  34. ca2622b return pictures as sk_sp by reed · 8 years ago
  35. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  36. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  37. ce563cd more shader-->sp conversions by reed · 8 years ago
  38. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  39. 1c2729c Add SK_SUPPORT_LEGACY_DRAWFILTER guard around calls to SkCanvas::(get|set)DrawFilter. by benjaminwagner · 8 years ago
  40. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  41. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  42. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  43. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  44. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  45. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  46. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  47. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  48. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  49. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  50. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  51. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  52. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  53. c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 9 years ago
  54. 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 9 years ago
  55. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 9 years ago
  56. 648238c Remove SkProxyCanvas. by scroggo · 9 years ago
  57. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  58. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  59. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  60. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  61. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  62. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  63. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  64. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  65. 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
  66. 76993ed Reenable assertions that were reported failing in tests/CanvasTest.cpp by piotaixr · 10 years ago
  67. ec6e670 Removed simple tests steps from CanvasTest. by piotaixr · 10 years ago
  68. f05f5a7 Remove globals from tests/CanvasTest.cpp by piotaixr · 10 years ago
  69. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  70. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  71. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  72. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  73. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  74. 2a8ca93 don't create explicit bitmapdevice when not needed by reed · 10 years ago
  75. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  76. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  77. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  78. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  79. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  80. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  81. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  82. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  83. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  84. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  85. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  86. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  87. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  88. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 10 years ago
  89. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  90. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  91. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  92. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  93. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 10 years ago
  94. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 10 years ago
  95. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  96. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  97. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  98. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  99. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  100. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago