1. 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
  2. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  3. 184593c SkPath -> PreCachedPath by Mike Klein · 7 years ago
  4. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  5. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago[Renamed from include/private/SkRecords.h]
  6. 74564b4 check for no_paint and remove some drawdrawable special-casing by Mike Reed · 7 years ago
  7. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  8. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  9. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  10. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  11. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  12. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  13. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  14. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  15. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  16. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  17. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  18. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  19. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  20. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  21. 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
  22. 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
  23. 2aeae78 IWYU by Mike Reed · 8 years ago
  24. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  25. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  26. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  27. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  28. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  29. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  30. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  31. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  32. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  33. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  34. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  35. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  36. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  37. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  38. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  39. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  40. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  41. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  42. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  43. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  44. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  45. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  46. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  47. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  48. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  49. 45561a0 drawTextRSXform by reed · 8 years ago
  50. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  51. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  52. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  53. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  54. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  55. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  56. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  57. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  58. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  59. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  60. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  61. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  62. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  63. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  64. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  65. 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
  66. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  67. 0867943 Move the last headers. Cross your fingers. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  68. e88b1fb Move non-trivial constructors out-of-line. by mtklein · 9 years ago
  69. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  70. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  71. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago[Renamed from include/private/SkRecords.h]
  72. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  73. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  74. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  75. 64b4c78 Add support for drawBitmapRect() to SkMiniRecorder. by mtklein · 9 years ago
  76. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago[Renamed from include/private/SkRecords.h]
  77. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  78. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago[Renamed from include/private/SkRecords.h]
  79. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  80. c845fa0 Pass arguments to SkRecords structs by const&. by mtklein · 9 years ago
  81. 4c21dc5 add drawImageNine by reed · 9 years ago
  82. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  83. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  84. 256cc89 Disable direction pre-caching to suss out TSAN failures. by mtklein · 9 years ago
  85. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  86. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  87. 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
  88. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  89. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  90. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  91. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  92. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  93. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  94. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  95. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  96. c4fda92 remove unused drawData by reed · 10 years ago
  97. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  98. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  99. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  100. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago