aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RegionBench.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* cleanup and optimize rect intersect routinesGravatar reed2014-10-09
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-02
* speedup SkRect::intersectGravatar mike@reedtribe.org2014-01-01
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-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
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* always return a valueGravatar reed@google.com2012-05-02
* distinguish intersects-rect from intersects-rgnGravatar reed@google.com2012-05-02
* renormalize some loop counts for faster tests in regionsGravatar reed@google.com2012-05-02
* rename containsrgn to containsrect, since that is what it is testingGravatar reed@google.com2012-05-02
* make name lower-case, to match all other benchesGravatar reed@google.com2012-04-30
* must return a valueGravatar reed@google.com2012-04-30
* add contains xy test, adjust number of rects (using xor this time)Gravatar reed@google.com2012-04-30
* add RegionBench, in preparation for speeding up intersects and contains for c...Gravatar reed@google.com2012-04-27