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