1. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years, 1 month ago
  2. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years ago
  3. 879b2f2 In SkCanvas destructor, discard (rather than blit) unbalanced layers by Mike Reed · 3 years, 1 month ago
  4. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 1 month ago
  5. 8933de7 Add test for our behavior in canvas destructor by Mike Reed · 3 years, 1 month ago
  6. 82abece Bitmap should use sampling options by Mike Reed · 3 years, 8 months ago
  7. 0f3afa7 Revert "make quickReject treat empty rects and paths the same" by Derek Sollenberger · 3 years, 9 months ago
  8. d986835 make quickReject treat empty rects and paths the same by Mike Reed · 3 years, 9 months ago
  9. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 3 years, 11 months ago
  10. e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 4 years ago
  11. 3c685bf test clipRect sorting by Mike Klein · 4 years ago
  12. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  13. 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years ago
  14. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  15. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 1 month ago
  16. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 3 months ago
  17. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 3 months ago
  18. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 3 months ago
  19. 548de74 Change Marker IDs to be strings by Brian Osman · 4 years, 4 months ago
  20. 7fe6ee3 Add markCTM(id) api, to replace functionality of saveCamera. by Mike Reed · 4 years, 5 months ago
  21. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 4 years, 7 months ago
  22. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  23. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  24. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  25. 5f2807b Clean up CanvasTest.cpp some more by Hal Canary · 5 years ago
  26. cbf6d30 Clean up CanvasTest.cpp macros. by Ben Wagner · 5 years ago
  27. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  28. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  29. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  30. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  31. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  32. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  33. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  34. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  35. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  36. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  37. 431ac56 Use SkSurfaceValidateRasterInfo in some lesser-used canvas factories by Brian Osman · 6 years ago
  38. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  39. 27dddae rebase by Cary Clark · 6 years ago
  40. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  41. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  42. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  43. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  44. 5191880 remove toString by Cary Clark · 6 years ago
  45. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  46. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 6 years ago
  47. 490aa59 rewrite iterator to make msvc happy by Mike Reed · 6 years ago
  48. 1749af2 Revert "add test for degenerate canvas dimension" by Mike Reed · 6 years ago
  49. 715b919 add test for degenerate canvas dimension by Mike Reed · 6 years ago
  50. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  51. 4125b61 tests: pass if !skia_enable_pdf by Hal Canary · 6 years ago
  52. b607a8f IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  53. 501c17c Revert "IWYU for some test files starting with 'C'." by Ben Wagner · 6 years ago
  54. 1a462bd IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  55. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 7 years ago
  56. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 7 years ago
  57. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  58. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  59. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  60. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  61. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  62. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  63. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  64. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  65. 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
  66. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  67. 135c908 Remove temporary_internal_describeTopLayer by Florin Malita · 7 years ago
  68. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 7 years ago
  69. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  70. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  71. b338484 quiet some annoying logging in unit tests by Mike Klein · 7 years ago
  72. 02be3c1 add test and fix for canvas::isClipEmpty by Mike Reed · 7 years ago
  73. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  74. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 7 years ago
  75. dc9f0db Check for bad bounds in picture cullbounds by Mike Reed · 7 years ago
  76. 566e53c re-guard against negative dimensions on no-draw canvas by Mike Reed · 7 years ago
  77. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 7 years ago
  78. 91b961d remove SkClipVisitor by Mike Reed · 7 years ago
  79. 3b4c22d update cliptype test to exercise clipstack backend by Mike Reed · 7 years ago
  80. cd667b6 add unittests for clip-state queries by Mike Reed · 7 years ago
  81. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  82. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  83. 288e471 clipstack is now private by Mike Reed · 8 years ago
  84. 46784be hide getClipStack by Mike Reed · 8 years ago
  85. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  86. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  87. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  88. 1a42791 Make SkNWayCanvas use conservative clipping. by Mike Klein · 8 years ago
  89. 584ca89 change SkCanvasStack to take ownership of its subcanvases by Mike Reed · 8 years ago
  90. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  91. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  92. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  93. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  94. d14df7c document.close from bool to void by reed · 8 years ago
  95. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  96. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  97. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  98. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  99. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  100. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago