summaryrefslogtreecommitdiff
path: root/test/simple.c
Commit message (Collapse)AuthorAgeFilesLines
* test/simple: Tighten sanity checks in reference image generatorChris Wilson2014-10-021-4/+4
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Add a simple rasteriser to check fidelity of edge renderingChris Wilson2014-10-021-0/+347
In order to check the behaviour of the analytic rasteriser inside tor, let's compare it against a very simple rasteriser that uses a rectiliner 256x256 sample grid. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>