aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RTreeBench.cpp
Commit message (Expand)AuthorAge
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Simplify SkBBH::insert APIGravatar mtklein2015-02-10
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Prune SkRTreeGravatar mtklein2014-11-18
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Rename benchmark classes, hopefully less confusing to valgrid?Gravatar commit-bot@chromium.org2014-04-23
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-31
* Add missing .outsGravatar sglez@google.com2013-08-30
* Fix rtree benchGravatar sglez@google.com2013-08-30
* R-Tree -- Don't sort draw commands unless specified.Gravatar sglez@google.com2013-08-30
* When skia run bench cases to test performance, it will run constructors for a...Gravatar commit-bot@chromium.org2013-08-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Fixed memory leak in RTreeBenchGravatar robertphillips@google.com2012-09-11
* Fix rtree bench name bug. Unreviewed.Gravatar rileya@google.com2012-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Add R-Tree bench.Gravatar rileya@google.com2012-09-05