aboutsummaryrefslogtreecommitdiff
path: root/bench/RegionBench.cpp
AgeCommit message (Expand)Author
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-01-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-01-01speedup SkRect::intersectmike@reedtribe.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-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-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-05-31We often rgn-diff an area >= the other rgn. now we detect that and return emptyreed@google.com
2012-05-02always return a valuereed@google.com
2012-05-02distinguish intersects-rect from intersects-rgnreed@google.com
2012-05-02renormalize some loop counts for faster tests in regionsreed@google.com
2012-05-02rename containsrgn to containsrect, since that is what it is testingreed@google.com
2012-04-30make name lower-case, to match all other benchesreed@google.com
2012-04-30must return a valuereed@google.com
2012-04-30add contains xy test, adjust number of rects (using xor this time)reed@google.com
2012-04-27add RegionBench, in preparation for speeding up intersects and contains for c...reed@google.com