index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRTree.cpp
Commit message (
Expand
)
Author
Age
*
Fix infinite loop in SkRTree::insert()
Mike Klein
2017-04-10
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
Update SkPicture cull rects with RTree information
schenney
2015-03-06
*
Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...
joshualitt
2015-03-05
*
Update SkPicture cull rects with RTree information
schenney
2015-03-05
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
Implement SkPicture::bytesUsed() for SkRecord backend
tomhudson
2014-11-19
*
Prune SkRTree
mtklein
2014-11-18
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Make BBH::search() const.
mtklein
2014-08-08
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Make skia almost compile again with clang.
commit-bot@chromium.org
2013-10-07
*
R-Tree -- Don't sort draw commands unless specified.
sglez@google.com
2013-08-30
*
Fixing SkPicture command pattern optimizations to make them work correctly wi...
commit-bot@chromium.org
2013-03-15
*
Avoid possible O(n) stack space use by skqsort.
bungeman@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Address warnings from clang build bot
robertphillips@google.com
2012-09-13
*
Make BBoxHierarchy ref-counted, fix leak in RTreeTest.
rileya@google.com
2012-09-11
*
Fix bug in R-Tree bulk-load. Unreviewed.
rileya@google.com
2012-09-10
*
Add optional aspect ratio parameter to R-Tree, this helps the bulk load algor...
rileya@google.com
2012-09-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-06
*
Add R-Tree data structure.
rileya@google.com
2012-09-05