aboutsummaryrefslogtreecommitdiff
path: root/bench/RTreeBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-07-27Add missing #includes for referenced types, and missing headers in GN.John Stiles
2020-02-12make SkBBH a public interfaceMike Klein
2019-04-24rewrite includes to not need so much -IfooMike Klein
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-08-19unsigned -> int for counts and indices in picture-related codemtklein
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-02-10Simplify SkBBH::insert APImtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-11-18Prune SkRTreemtklein
2014-10-27Cut down SkBBH API more.mtklein
2014-10-02Demote getCount, getDepth, and clear to RTree-only methods.mtklein
2014-10-02BBHs: void* data -> unsigned datamtklein
2014-08-27Convert BBH APIs to use SkRect.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-04-23Rename benchmark classes, hopefully less confusing to valgrid?commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-10-21More clang warning fixes.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-08-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-30Add missing .outssglez@google.com
2013-08-30Fix rtree benchsglez@google.com
2013-08-30R-Tree -- Don't sort draw commands unless specified.sglez@google.com
2013-08-01When skia run bench cases to test performance, it will run constructors for a...commit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-07eliminate all warnings in non-thirdparty code on machumper@google.com
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-09-11Make BBoxHierarchy ref-counted, fix leak in RTreeTest.rileya@google.com
2012-09-11Fixed memory leak in RTreeBenchrobertphillips@google.com
2012-09-06Fix rtree bench name bug. Unreviewed.rileya@google.com
2012-09-06Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-05Add R-Tree bench.rileya@google.com