index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RTreeTest.cpp
Commit message (
Expand
)
Author
Age
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
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
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Fix rtree tests build error
sglez@google.com
2013-08-30
*
R-Tree -- Don't sort draw commands unless specified.
sglez@google.com
2013-08-30
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Suppress some warnings on linux.
bsalomon@google.com
2012-09-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
*
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