diff options
author | Andrea Canciani <ranma42@gmail.com> | 2009-10-20 14:37:28 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-20 14:57:41 +0100 |
commit | cef8194178b01eaa2d10c1ba8291a9a4c5a6d302 (patch) | |
tree | da34fcb13fa6271c13f9a6b688e715dec8b2b285 /test/Makefile.am | |
parent | 710303ef15b9a1bf73b2b07b7aa51ec816d0aa07 (diff) |
[test] Add surface-pattern-operator
Test the results of compositing ALPHA and COLOR_ALPHA surfaces
with different operators.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b153cdfe..6e3d2dfb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -922,6 +922,10 @@ REFERENCE_IMAGES = \ stroke-image.xlib.ref.png \ surface-pattern-big-scale-down.ref.png \ surface-pattern-big-scale-down.ps.xfail.png \ + surface-pattern-operator.argb32.ref.png \ + surface-pattern-operator.rgb24.ref.png \ + surface-pattern-operator.xlib.argb32.ref.png \ + surface-pattern-operator.xlib.rgb24.ref.png \ surface-pattern-scale-down.pdf.ref.png \ surface-pattern-scale-down.ps2.ref.png \ surface-pattern-scale-down.ps3.ref.png \ |