• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1glbench_knownbad_images   ... directory with images of known bugs
2glbench_reference_images  ... good images
3glbench_sample_testoutput ... unsorted output from sample test runs (human consumption only)
4
5These directories contains reference images for graphics_GLBench test.  After
6uncompressing to RGBA these images will match the checksums in their name:
7For example:
8
9    > convert clear_color.pixmd5-e3609de122a164fe240a562c69367de.png rgba:- | md5sum
10    e3609de1022a164fe240a562c69367de  -
11
12Combining test name with MD5 makes it possible to keep multiple versions
13of reference images in the same directory. Also checking against reference
14images becomes a simple file existence test.
15
16The "convert" tool comes from the imagemagick package.
17