aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRTree.cpp
Commit message (Expand)AuthorAge
* Fix infinite loop in SkRTree::insert()Gravatar Mike Klein2017-04-10
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* 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
* Prune SkRTreeGravatar mtklein2014-11-18
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Make BBH::search() const.Gravatar mtklein2014-08-08
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Make skia almost compile again with clang.Gravatar commit-bot@chromium.org2013-10-07
* R-Tree -- Don't sort draw commands unless specified.Gravatar sglez@google.com2013-08-30
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Avoid possible O(n) stack space use by skqsort.Gravatar bungeman@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Address warnings from clang build botGravatar robertphillips@google.com2012-09-13
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Fix bug in R-Tree bulk-load. Unreviewed.Gravatar rileya@google.com2012-09-10
* Add optional aspect ratio parameter to R-Tree, this helps the bulk load algor...Gravatar rileya@google.com2012-09-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Add R-Tree data structure.Gravatar rileya@google.com2012-09-05