summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-06-29 19:57:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-07-09 21:57:03 +0100
commit7b6f9fd14091d23a69b06c422262d293268035d0 (patch)
treee938a334e35e96d3b100de3050db3729422c8b55 /test/Makefile.sources
parent1cac6e7fcc88b8545a9c56bf3265f37418957bb7 (diff)
test: Add a simple exercise for raster sampling of subpixel geometry
Test that the rasteriser doesn't incorrectly merge disjoint geometry at the subpixel level. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r--test/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources
index 9aada620c..309cf0715 100644
--- a/test/Makefile.sources
+++ b/test/Makefile.sources
@@ -280,6 +280,7 @@ test_sources = \
rotated-clip.c \
rounded-rectangle-fill.c \
rounded-rectangle-stroke.c \
+ sample.c \
scale-down-source-surface-paint.c \
scale-offset-image.c \
scale-offset-similar.c \