History log of /external/autotest/client/deps/glbench/src/md5.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f94e95832f0dbdee6f38d28a0060d1797e96412a 10-Apr-2015 Yunlian Jiang <yunlian@google.com> autotest-deps-glbench: remove 'register' as storage class specifier

Since 'register' is deprecated as storage class specifier, so remove it now.

BUG=chromium:476007
TEST=CC=x86_64-cros-linux-gnu-clang CXX=x86_64-cros-linux-gnu-clang++ emerge-falco autotest-deps-glbench

Change-Id: I4bfe6a657a6d1e1877d27e505d2a0be721d433e0
Reviewed-on: https://chromium-review.googlesource.com/265272
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Yunlian Jiang <yunlian@chromium.org>
Tested-by: Yunlian Jiang <yunlian@chromium.org>
/external/autotest/client/deps/glbench/src/md5.cc
9c740008e87756445444ea3542c105a631a60cef 26-Mar-2013 Han Shen <shenhan@google.com> Properly clear MD5Context structure with memset.

Previously invocation to memset is wrong.

TEST=Build ok
BUG=None

Change-Id: I2e7a977a57d0353d54c2095eb08242fdb35f2fe4
Reviewed-on: https://gerrit.chromium.org/gerrit/46566
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Commit-Queue: Han Shen <shenhan@google.com>
Tested-by: Han Shen <shenhan@google.com>
/external/autotest/client/deps/glbench/src/md5.cc
8faad30e5a44271d9e50c4d75e1271018d7439b5 26-Apr-2011 Ilja H. Friedel <ihf@google.com> This change looks scary, but it shouldn't be once you ignore all the image file changes. Making the browser full screen also helps.

This change does not
a) change any of the existing tests
b) in particular it does not change any timing.

This change should do the following
1) write all images as .png
2) encode pixel MD5 in the image filename
These two things combined make it possible to easily examine images with standard viewers and do a check to classify an image by simply looking it up in a directory of known good/bad images. Also lists of good/bad images can be generated simply by doing an ls on a directory. This means checksums.txt can go away.
3) give more verbose output in case of warning/failures
4) make glbench buildable outside of chroot again controlled via #define
5) copy images into result tree in autotest so they can be easily be looked at when something breaks
6) create a human friendly summary.txt in the result tree for easy failure analysis

The beef of the changes is in testbase.cc and graphics_GLBench.py

The change was tested on mario and tegra.

BUG=chromium-os:14282
TEST=

Review URL: http://codereview.chromium.org/6880025

Change-Id: I480fb7c9c058594c5ccd32b9251a42778296db7f
/external/autotest/client/deps/glbench/src/md5.cc