C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / bench / RTreeBench.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-10 mtkleinSimplify SkBBH::insert API
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-18 mtkleinPrune SkRTree
2014-10-27 mtkleinCut down SkBBH API more.
2014-10-02 mtkleinDemote getCount, getDepth, and clear to RTree-only...
2014-10-02 mtkleinBBHs: void* data -> unsigned data
2014-08-27 mtkleinConvert BBH APIs to use SkRect.
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2014-04-23 commit-bot@chromiu... Rename benchmark classes, hopefully less confusing...
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-10-21 commit-bot@chromiu... More clang warning fixes.
2013-09-13 mtklein@google.comRefactoring: get rid of the SkBenchmark void* parameter.
2013-09-10 mtklein@google.comMajor bench refactoring.
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-08-31 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-30 sglez@google.comAdd missing .outs
2013-08-30 sglez@google.comFix rtree bench
2013-08-30 sglez@google.comR-Tree -- Don't sort draw commands unless specified.
2013-08-01 commit-bot@chromiu... When skia run bench cases to test performance, it will...
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-07 humper@google.comeliminate all warnings in non-thirdparty code on mac
2012-09-13 tomhudson@google.comLet SkBenchmark classes specify that they do no rendering.
2012-09-11 rileya@google.comMake BBoxHierarchy ref-counted, fix leak in RTreeTest.
2012-09-11 robertphillips@goo... Fixed memory leak in RTreeBench
2012-09-06 rileya@google.comFix rtree bench name bug. Unreviewed.
2012-09-06 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-05 rileya@google.comAdd R-Tree bench.