[cairo-commit] cairo/test .cvsignore, 1.37, 1.38 Makefile.am, 1.65,
1.66 text-antialias-gray-ref.png, NONE,
1.1 text-antialias-gray.c, NONE,
1.1 text-antialias-none-ref.png, NONE,
1.1 text-antialias-none.c, NONE, 1.1 text-antialias-subpixel.c,
NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Wed Jul 27 13:28:17 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv16452/test
Modified Files:
.cvsignore Makefile.am
Added Files:
text-antialias-gray-ref.png text-antialias-gray.c
text-antialias-none-ref.png text-antialias-none.c
text-antialias-subpixel.c
Log Message:
* ROADMAP: Note that the XFAIL tests all need to be fixed before
1.0.
* test/.cvsignore:
* test/Makefile.am:
* test/text-antialias-gray-ref.png:
* test/text-antialias-gray.c: (draw), (main):
* test/text-antialias-none-ref.png:
* test/text-antialias-none.c: (draw), (main):
* test/text-antialias-subpixel.c: (draw), (main): Add three new
tests for testing the various antialiasing options for text
rendering.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- .cvsignore 27 Jul 2005 16:23:29 -0000 1.37
+++ .cvsignore 27 Jul 2005 20:28:15 -0000 1.38
@@ -41,6 +41,9 @@
source-surface-scale-paint
surface-finish-twice
surface-pattern
+text-antialias-gray
+text-antialias-none
+text-antialias-subpixel
text-cache-crash
text-rotate
transforms
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Makefile.am 27 Jul 2005 16:23:29 -0000 1.65
+++ Makefile.am 27 Jul 2005 20:28:15 -0000 1.66
@@ -30,6 +30,9 @@
source-surface-scale-paint \
surface-finish-twice \
surface-pattern \
+text-antialias-gray \
+text-antialias-none \
+text-antialias-subpixel \
text-cache-crash \
text-rotate \
transforms \
@@ -105,6 +108,8 @@
pixman-rotate \
self-intersecting \
source-surface-scale-paint \
+text-antialias-none \
+text-antialias-subpixel \
text-rotate
check_PROGRAMS = $(TESTS)
@@ -172,6 +177,9 @@
source_surface_scale_paint_LDADD = $(LDADDS)
surface_finish_twice_LDADD = $(LDADDS)
surface_pattern_LDADD = $(LDADDS)
+text_antialias_gray_LDADD = $(LDADDS)
+text_antialias_none_LDADD = $(LDADDS)
+text_antialias_subpixel_LDADD = $(LDADDS)
text_cache_crash_LDADD = $(LDADDS)
text_rotate_LDADD = $(LDADDS)
transforms_LDADD = $(LDADDS)
--- NEW FILE: text-antialias-gray-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: text-antialias-gray.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: text-antialias-none-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: text-antialias-none.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: text-antialias-subpixel.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list