1. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  2. 23d8593 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  3. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 10 years ago
  4. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  5. bfd5bff Simplify SkBBH::insert API by mtklein · 10 years ago
  6. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  7. a06a953 Prune SkRTree by mtklein · 10 years ago
  8. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  9. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  10. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  11. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  12. 8875a04 Make BBH::search() const. by mtklein · 10 years ago
  13. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  14. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  15. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  16. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  17. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  18. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 12 years ago
  19. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 12 years ago
  20. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  22. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  23. 0ab7865 Fix bug in R-Tree bulk-load. Unreviewed. by rileya@google.com · 12 years ago
  24. b839f0f Add optional aspect ratio parameter to R-Tree, this helps the bulk load algorithm create more square tiles. by rileya@google.com · 12 years ago
  25. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago