1. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  2. d2baa90 Make sp- via support SkDrawables; add a GM to test it. by mtklein · 9 years ago
  3. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  4. 4c21dc5 add drawImageNine by reed · 9 years ago
  5. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  6. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  7. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  8. 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
  9. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  10. 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
  11. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  12. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 9 years ago
  13. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  14. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  15. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  16. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  17. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  18. 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
  19. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  20. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  21. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  22. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  23. c4fda92 remove unused drawData by reed · 10 years ago
  24. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  25. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  26. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  27. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  28. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  29. 3729469 Change clear() to respect the clip by reed · 10 years ago
  30. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  31. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  32. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  33. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  34. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  35. 6be2aa9 wip for drawables by reed · 10 years ago
  36. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  37. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  38. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  39. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  40. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  41. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  42. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  43. 00d5c2c SkTextBlob by fmalita · 10 years ago
  44. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  45. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  46. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  47. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  48. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  49. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  50. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  51. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago[Renamed from src/record/SkRecorder.h]
  52. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  53. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  54. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  55. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  56. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  57. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  58. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  59. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  60. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  61. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 10 years ago
  62. e3ff558 SkRecord strawman by commit-bot@chromium.org · 10 years ago