Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: client/deps/glbench-images/README

Issue 3134033: Added reference images for glbench. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Corrected and reformatted README file. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/deps/glbench-images/Tungsten Graphics, Inc - Mesa DRI Intel(R) IGD GEM 20091221 2009Q4/1280x768_fps_compositing.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench-images/README
diff --git a/client/deps/glbench-images/README b/client/deps/glbench-images/README
new file mode 100644
index 0000000000000000000000000000000000000000..31286d71ae72903965193bbc812ddf19fd628791
--- /dev/null
+++ b/client/deps/glbench-images/README
@@ -0,0 +1,15 @@
+This directory contains reference images for graphics_GLBench test. After
+uncompressing to RGBA these images will match checksums in
+glbench/src/checksums. For example:
+
+ > convert mpixels_sec_clear_color.png rgba:- | md5sum
+ e3609de1022a164fe240a562c69367de
+
+"convert" tool comes from imagemagick package.
+
+graphics_GLBench dumps raw RGBA images if -save flag is specified. To convert
+a raw image from the test back to png for storing here, "convert" utility can
+be used like this:
+
+ convert -size 512x512 -depth 8 rgba:mpixels_sec_clear_color \
+ mpixels_sec_clear_color.png
« no previous file with comments | « no previous file | client/deps/glbench-images/Tungsten Graphics, Inc - Mesa DRI Intel(R) IGD GEM 20091221 2009Q4/1280x768_fps_compositing.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698