summaryrefslogtreecommitdiff
path: root/test/record1414x.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: Space out keywords for clarityBryce W. Harrington2013-09-131-2/+2
| | | | | | | | | As another nitpick, a comma alone is legal for separating keywords, but most tests use a comma and a space. Update the few tests that don't, to make this consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* test/record1414: Pixel align the clip for replayChris Wilson2012-03-021-0/+1
| | | | | | | | | In order to match the reference image we need complete coverage, and the purpose of the test is to check non-integer scaling of replays rather than handling of the clip pixels. That partial coverage is better tested elsewhere. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* 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/+497
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>