summaryrefslogtreecommitdiff
path: root/test/record2x.c
Commit message (Collapse)AuthorAgeFilesLines
* record tests: fix when builddir != srcdirMathieu Duponchelle2020-07-181-1/+1
| | | | | When builddir != srcdir, cairo_test_create_pattern_from_png needs a non-NULL ctx to work with.
* test/record: Fix typo in record*-text-transformChris Wilson2012-02-271-1/+1
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Verify scaled replay of a recording surfaceChris Wilson2012-02-271-0/+493
After this works, we may also like to check simple rotations and an affine transform. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>