summaryrefslogtreecommitdiff
path: root/src/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-05-05 13:59:07 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-05-05 21:17:11 +0100
commitc488b336449a1a7ca4d3f90785afeec9e21784c3 (patch)
tree58ae561a9b54ac97a01d5a1a6888572d90ee2f62 /src/Makefile.sources
parent1d609d672273da494fd596606b59ab1c0010ae6d (diff)
[test] Create a new fallback surface to exercise 16-bit paths.
Add a variation of test-fallback-surface that forces the use of a 16-bit pixman format code instead of the standard 32-bit types. This creates an image surface akin to the fallbacks used with low bit-depth xservers.
Diffstat (limited to 'src/Makefile.sources')
-rw-r--r--src/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources
index c1df770c..534feec9 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -190,11 +190,13 @@ cairo_ft_sources = cairo-ft-font.c
# These are private, even though they look like public headers
cairo_test_surfaces_private = \
test-fallback-surface.h \
+ test-fallback16-surface.h \
test-meta-surface.h \
test-paginated-surface.h \
$(NULL)
cairo_test_surfaces_sources = \
test-fallback-surface.c \
+ test-fallback16-surface.c \
test-meta-surface.c \
test-paginated-surface.c \
$(NULL)