aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBBoxHierarchy.h
Commit message (Expand)AuthorAge
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* remove SkInstCntGravatar mtklein2015-06-26
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-06
* Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...Gravatar joshualitt2015-03-05
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-05
* Simplify SkBBH::insert APIGravatar mtklein2015-02-10
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Make BBH::search() const.Gravatar mtklein2014-08-08
* Initial QuadTree implementationGravatar commit-bot@chromium.org2014-02-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-16
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Add R-Tree data structure.Gravatar rileya@google.com2012-09-05