summaryrefslogtreecommitdiff
path: root/test/rotate-image-surface-paint.quartz.ref.png
AgeCommit message (Collapse)AuthorFilesLines
2011-09-15test: Move all the reference images to their own directoryChris Wilson1-0/+0
With over two thousand references images now, it is starting to make the test directory look cluttered! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-19test: Update quartz ref imagesAndrea Canciani1-0/+0
The following commits fix and/or improve the output of some tests. Updating the ref images before fixing the code allows to check that the fix is correct and makes it easy to find out which tests are fixed by each commit.
2010-06-13test: quartz ref image refreshAndrea Canciani1-0/+0
2008-10-31[test] Use '.' as the field separator in the namesChris Wilson1-0/+0
We frequently use '-' within the test name or format name and so we encounter confusion as '-' is also used as the field separator. At times this has caused a new test to break an old test because the new test would match one of the old test's target specific reference images. So switch everything over to use '.' between fields (test name, target, format, subtest, etc.).