1. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  2. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  3. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  4. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  5. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  6. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  7. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  8. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  9. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  10. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  11. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  12. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  13. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  14. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  15. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  16. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  17. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  18. 45561a0 drawTextRSXform by reed · 8 years ago
  19. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  20. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  21. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  22. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  23. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  24. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  25. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  26. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  27. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  28. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  29. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  30. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  31. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  32. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  33. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  34. 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
  35. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  36. 0867943 Move the last headers. Cross your fingers. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  37. e88b1fb Move non-trivial constructors out-of-line. by mtklein · 9 years ago
  38. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  39. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  40. 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]
  41. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  42. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  43. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  44. 64b4c78 Add support for drawBitmapRect() to SkMiniRecorder. by mtklein · 9 years ago
  45. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago[Renamed from include/private/SkRecords.h]
  46. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  47. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago[Renamed from include/private/SkRecords.h]
  48. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  49. c845fa0 Pass arguments to SkRecords structs by const&. by mtklein · 9 years ago
  50. 4c21dc5 add drawImageNine by reed · 9 years ago
  51. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  52. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  53. 256cc89 Disable direction pre-caching to suss out TSAN failures. by mtklein · 9 years ago
  54. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  55. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  56. 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
  57. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  58. 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
  59. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  60. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  61. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 9 years ago
  62. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  63. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  64. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  65. c4fda92 remove unused drawData by reed · 10 years ago
  66. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  67. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  68. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  69. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  70. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  71. 3729469 Change clear() to respect the clip by reed · 10 years ago
  72. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  73. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  74. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  75. 6be2aa9 wip for drawables by reed · 10 years ago
  76. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  77. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  78. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  79. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago
  80. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  81. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  82. 00d5c2c SkTextBlob by fmalita · 10 years ago
  83. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  84. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  85. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  86. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  87. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  88. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  89. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  90. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  91. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  92. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  93. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago[Renamed from src/record/SkRecords.h]
  94. 37f6e62 Move paints to the front of draw structs. by commit-bot@chromium.org · 10 years ago
  95. 50ca12b Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  96. 9f46974 Revert of Statically initialize those zero-size singletons. (https://codereview.chromium.org/270353003/) by commit-bot@chromium.org · 10 years ago
  97. 37a6a8c Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  98. f0ae5e4 Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 10 years ago
  99. 16307bd Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 10 years ago
  100. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago