summaryrefslogtreecommitdiff
path: root/test/recordflip.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: Add whole flipped replaysChris Wilson2014-10-021-0/+188
| | | | | | | | | When investing the symmetry of the raterisation, we want to have a simple replay of all of the original geometry through a the flipped recording surface. This reduces the worry about artifacts from the clipped rendering. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Explicitly flip the reference image for recordflipChris Wilson2014-09-301-3/+55
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Exercise replaying a recording surface through a flip matrixChris Wilson2013-02-121-0/+493