index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
RegionBench.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
cleanup and optimize rect intersect routines
reed
2014-10-09
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-02
*
speedup SkRect::intersect
mike@reedtribe.org
2014-01-01
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Let SkBenchmark classes specify that they do no rendering.
tomhudson@google.com
2012-09-13
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
always return a value
reed@google.com
2012-05-02
*
distinguish intersects-rect from intersects-rgn
reed@google.com
2012-05-02
*
renormalize some loop counts for faster tests in regions
reed@google.com
2012-05-02
*
rename containsrgn to containsrect, since that is what it is testing
reed@google.com
2012-05-02
*
make name lower-case, to match all other benches
reed@google.com
2012-04-30
*
must return a value
reed@google.com
2012-04-30
*
add contains xy test, adjust number of rects (using xor this time)
reed@google.com
2012-04-30
*
add RegionBench, in preparation for speeding up intersects and contains for c...
reed@google.com
2012-04-27