1. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  2. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  3. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  4. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  5. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  6. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  7. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  8. 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
  9. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  10. 0867943 Move the last headers. Cross your fingers. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  11. e88b1fb Move non-trivial constructors out-of-line. by mtklein · 9 years ago
  12. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  13. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  14. 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]
  15. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  16. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  17. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  18. 64b4c78 Add support for drawBitmapRect() to SkMiniRecorder. by mtklein · 9 years ago
  19. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago[Renamed from include/private/SkRecords.h]
  20. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  21. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago[Renamed from include/private/SkRecords.h]
  22. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkRecords.h]
  23. c845fa0 Pass arguments to SkRecords structs by const&. by mtklein · 9 years ago
  24. 4c21dc5 add drawImageNine by reed · 9 years ago
  25. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  26. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  27. 256cc89 Disable direction pre-caching to suss out TSAN failures. by mtklein · 9 years ago
  28. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  29. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  30. 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
  31. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  32. 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
  33. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  34. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  35. 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
  36. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  37. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  38. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  39. c4fda92 remove unused drawData by reed · 10 years ago
  40. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  41. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  42. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  43. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  44. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  45. 3729469 Change clear() to respect the clip by reed · 10 years ago
  46. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  47. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  48. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  49. 6be2aa9 wip for drawables by reed · 10 years ago
  50. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  51. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  52. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  53. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago
  54. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  55. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  56. 00d5c2c SkTextBlob by fmalita · 10 years ago
  57. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  58. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  59. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  60. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  61. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  62. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  63. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  64. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  65. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  66. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  67. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago[Renamed from src/record/SkRecords.h]
  68. 37f6e62 Move paints to the front of draw structs. by commit-bot@chromium.org · 10 years ago
  69. 50ca12b Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  70. 9f46974 Revert of Statically initialize those zero-size singletons. (https://codereview.chromium.org/270353003/) by commit-bot@chromium.org · 10 years ago
  71. 37a6a8c Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  72. f0ae5e4 Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 10 years ago
  73. 16307bd Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 10 years ago
  74. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  75. 653d518 SkRecord bug fixes by commit-bot@chromium.org · 10 years ago
  76. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  77. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  78. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 10 years ago
  79. e3ff558 SkRecord strawman by commit-bot@chromium.org · 10 years ago