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