index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
ChecksumBench.cpp
Commit message (
Expand
)
Author
Age
*
Use sse4.2 CRC32 instructions to hash when available.
mtklein
2016-08-08
*
SkMD5: .update() -> .write()
halcanary
2016-04-25
*
clean up more dead code
mtklein
2016-02-16
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-29
*
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...
djsollen
2016-01-22
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-22
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-16
*
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...
mtklein
2015-11-16
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-16
*
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...
mtklein
2015-11-13
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-12
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
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
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-24
*
Add SkChecksum::Murmur3.
commit-bot@chromium.org
2013-07-23
*
Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp
epoger@google.com
2013-05-08
*
Roll out r9059 to unbreak bots
epoger@google.com
2013-05-08
*
Remove third-party cityhash, unused since r8992
epoger@google.com
2013-05-08
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Add sk_ignore_unused_variable to avoid warnings.
bungeman@google.com
2013-02-04
*
Fix warnings resulting from 7496.
bungeman@google.com
2013-01-31
*
Add SHA1 and MD5 to utils.
bungeman@google.com
2013-01-31
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Made more benchs non-rendering
robertphillips@google.com
2012-09-17
*
restore 4478 w/ fixed assert (no long need 8-byte alignment)
reed@google.com
2012-07-09
*
revert 4478
reed@google.com
2012-07-09
*
switch callers to SkChecksum::Compute (no 32/64 preference)
reed@google.com
2012-07-09
*
add SkChecksum as a static class, for the replacement API
reed@google.com
2012-07-03
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27