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
*
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