Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
95a9e69c8c664cf65b920ab51330c6b4039a8f1e
/
bench
/
RegionBench.cpp
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
a1ebeb2
Remove const from `const int loops`.
by mtklein
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
1119c87
cleanup and optimize rect intersect routines
by reed
· 10 years ago
f168b86
Remove Sk prefix from some bench classes.
by tfarina
· 10 years ago
f8affa2
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
ae8f952
speedup SkRect::intersect
by mike@reedtribe.org
· 11 years ago
3361471
Simplify benchmark internal API.
by commit-bot@chromium.org
· 11 years ago
644629c
Implement a benchmark for GrResourceCache
by commit-bot@chromium.org
· 11 years ago
410e6e8
Refactoring: get rid of the SkBenchmark void* parameter.
by mtklein@google.com
· 11 years ago
c289743
Major bench refactoring.
by mtklein@google.com
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
6485b0b
Switch out random number generator for tests, benches, samples.
by commit-bot@chromium.org
· 11 years ago
9dc2713
Let SkBenchmark classes specify that they do no rendering.
by tomhudson@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
0d10280
We often rgn-diff an area >= the other rgn. now we detect that and return empty
by reed@google.com
· 12 years ago
26dc5b6
always return a value
by reed@google.com
· 13 years ago
4b4f86d
distinguish intersects-rect from intersects-rgn
by reed@google.com
· 13 years ago
46af7ef
renormalize some loop counts for faster tests in regions
by reed@google.com
· 13 years ago
01049d5
rename containsrgn to containsrect, since that is what it is testing
by reed@google.com
· 13 years ago
515d998
make name lower-case, to match all other benches
by reed@google.com
· 13 years ago
71937d6
must return a value
by reed@google.com
· 13 years ago
50129db
add contains xy test, adjust number of rects (using xor this time)
by reed@google.com
· 13 years ago
8c2cc1a
add RegionBench, in preparation for speeding up intersects and contains for chrome
by reed@google.com
· 13 years ago