1. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  2. 6be2aa9 wip for drawables by reed · 10 years ago
  3. ad8aa1d Clang incorrectly thinks this typedef is unused. by mtklein · 10 years ago
  4. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  5. ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  6. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  7. 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  8. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  9. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  10. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  11. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  12. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  13. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  14. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  15. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  16. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  17. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  18. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  19. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  20. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  21. 90e8457 Increase test tolerance. by mtklein · 10 years ago
  22. 5ff9132 More test debugging. Too close for decimal. I'm switching to hex. by Mike Klein · 10 years ago
  23. 56fa442 Add some debugging to figure out what's up with failing Mac 10.8 Release bot. by Mike Klein · 10 years ago
  24. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  25. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  26. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  27. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  28. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  29. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  30. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  31. 0a98d87 Don't clobber initial transform with SetMatrix. by commit-bot@chromium.org · 10 years ago
  32. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  33. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 10 years ago
  34. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  35. ad8ce57 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  36. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  37. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  38. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago