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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This directory contains reference images for graphics_GLBench test. After
2 uncompressing to RGBA these images will match checksums in
3 glbench/src/checksums. For example:
4
5 > convert mpixels_sec_clear_color.png rgba:- | md5sum
6 e3609de1022a164fe240a562c69367de
7
8 "convert" tool comes from imagemagick package.
9
10 graphics_GLBench dumps raw RGBA images if -save flag is specified. To convert
11 a raw image from the test back to png for storing here, "convert" utility can
12 be used like this:
13
14 convert -size 512x512 -depth 8 rgba:mpixels_sec_clear_color \
15 mpixels_sec_clear_color.png
OLDNEW
« 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