1. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  2. c845fa0 Pass arguments to SkRecords structs by const&. by mtklein · 9 years ago
  3. 4c21dc5 add drawImageNine by reed · 9 years ago
  4. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  5. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  6. d41ea1d More efficient SkRecorder::flushMiniRecorder() by mtklein · 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. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  17. 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
  18. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  19. 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
  20. 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
  21. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  22. c4fda92 remove unused drawData by reed · 10 years ago
  23. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  24. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  25. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  26. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  27. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  28. 3729469 Change clear() to respect the clip by reed · 10 years ago
  29. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  30. 5c9c9be Force path bounds in recording. by mtklein · 10 years ago
  31. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  32. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  33. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  34. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  35. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  36. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  37. 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
  38. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  39. 6be2aa9 wip for drawables by reed · 10 years ago
  40. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  41. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  42. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  43. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  44. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  45. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  46. 00d5c2c SkTextBlob by fmalita · 10 years ago
  47. 46bc621 Dump out more information if this assert fails. by mtklein · 10 years ago
  48. ec924b9 Dump out more information if this assert fails. by mtklein · 10 years ago
  49. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  50. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  51. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  52. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  53. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  54. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  55. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  56. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  57. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago[Renamed from src/record/SkRecorder.cpp]
  58. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  59. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  60. 37f6e62 Move paints to the front of draw structs. by commit-bot@chromium.org · 10 years ago
  61. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  62. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  63. 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
  64. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  65. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  66. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  67. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  68. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  69. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 10 years ago
  70. e3ff558 SkRecord strawman by commit-bot@chromium.org · 10 years ago