index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
RTreeBench.cpp
Commit message (
Expand
)
Author
Age
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix for nexus 5 crashing in GL benches
joshualitt
2015-09-30
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Prune SkRTree
mtklein
2014-11-18
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Demote getCount, getDepth, and clear to RTree-only methods.
mtklein
2014-10-02
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Rename benchmark classes, hopefully less confusing to valgrid?
commit-bot@chromium.org
2014-04-23
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-31
*
Add missing .outs
sglez@google.com
2013-08-30
*
Fix rtree bench
sglez@google.com
2013-08-30
*
R-Tree -- Don't sort draw commands unless specified.
sglez@google.com
2013-08-30
*
When skia run bench cases to test performance, it will run constructors for a...
commit-bot@chromium.org
2013-08-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Let SkBenchmark classes specify that they do no rendering.
tomhudson@google.com
2012-09-13
*
Make BBoxHierarchy ref-counted, fix leak in RTreeTest.
rileya@google.com
2012-09-11
*
Fixed memory leak in RTreeBench
robertphillips@google.com
2012-09-11
*
Fix rtree bench name bug. Unreviewed.
rileya@google.com
2012-09-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-06
*
Add R-Tree bench.
rileya@google.com
2012-09-05