sphinx: Add ickle's explanation of what sphinx does

This commit is contained in:
Bryce Harrington 2014-09-24 11:37:58 -07:00
parent 80359e73d8
commit 42320793aa

View file

@ -1,3 +1,11 @@
/*
* The intention for sphinx is for detection of rendering errors inside
* applications by simultaneously rendering on to the target device and on
* an image surface and comparing the two. If it found a discrepancy, it
* would then dump the trace that reproduces the error. (Then apply
* delta-debugging to reduce that down to a minimal trace.)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif