mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 16:40:19 +01:00
sphinx: Add ickle's explanation of what sphinx does
This commit is contained in:
parent
80359e73d8
commit
42320793aa
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue