1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  3. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  6. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 9 years ago
  7. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  8. bfd5bff Simplify SkBBH::insert API by mtklein · 9 years ago
  9. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  10. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  11. a06a953 Prune SkRTree by mtklein · 10 years ago
  12. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  13. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  14. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  15. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  16. 8875a04 Make BBH::search() const. by mtklein · 10 years ago
  17. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 10 years ago
  18. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  19. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  20. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  21. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 11 years ago
  22. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. 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