diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 09:48:24 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 09:53:45 +0100 |
commit | 610b311a970877f3954ba829cf43caecce0ab72c (patch) | |
tree | f76bb6d5940452419b28c0e152f919c9c1724b8c /test/Makefile.am | |
parent | c218ff8cbec2cc7aa3efc4c7f7d8690fbdec5e9a (diff) |
[test] Variation of twin that intermixes antialiasing
Check that we are substituting the right glyph depth and changing masks
appropriately.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c03b7bf1..b3c98090 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -979,6 +979,8 @@ REFERENCE_IMAGES = \ twin-antialias-gray.xlib.ref.png \ twin-antialias-none.ref.png \ twin-antialias-none.xlib.ref.png \ + twin-antialias-mixed.ref.png \ + twin-antialias-mixed.xlib.ref.png \ twin-antialias-subpixel.ref.png \ twin-antialias-subpixel.xlib.ref.png \ unantialiased-shapes.quartz.ref.png \ |