C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkRTree.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-07 schenneyUpdate SkPicture cull rects with RTree information
2015-03-05 joshualittRevert of Update SkPicture cull rects with RTree inform...
2015-03-05 schenneyUpdate SkPicture cull rects with RTree information
2015-02-10 mtkleinSimplify SkBBH::insert API
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-19 tomhudsonImplement SkPicture::bytesUsed() for SkRecord backend
2014-11-18 mtkleinPrune SkRTree
2014-10-27 mtkleinCut down SkBBH API more.
2014-10-02 mtkleinDemote getCount, getDepth, and clear to RTree-only...
2014-10-02 mtkleinBBHs: void* data -> unsigned data
2014-08-27 mtkleinConvert BBH APIs to use SkRect.
2014-08-08 mtkleinMake BBH::search() const.
2014-02-03 commit-bot@chromiu... Initial QuadTree implementation
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-08-30 sglez@google.comR-Tree -- Don't sort draw commands unless specified.
2013-03-15 commit-bot@chromiu... Fixing SkPicture command pattern optimizations to make...
2013-01-30 bungeman@google.comAvoid possible O(n) stack space use by skqsort.
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-11 rileya@google.comMake BBoxHierarchy ref-counted, fix leak in RTreeTest.
2012-09-10 rileya@google.comAdd optional aspect ratio parameter to R-Tree, this...
2012-09-06 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-05 rileya@google.comAdd R-Tree data structure.