[cairo-commit] cairo/test .cvsignore, 1.19, 1.20 Makefile.am, 1.36,
1.37 surface-pattern-ref.png, NONE, 1.1 surface-pattern.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Mon Apr 18 16:26:18 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv24612/test
Modified Files:
.cvsignore Makefile.am
Added Files:
surface-pattern-ref.png surface-pattern.c
Log Message:
* test/.cvsignore:
* test/Makefile.am:
* test/surface-pattern-ref.png:
* test/surface-pattern.c: (draw), (main): Add a test of a
repeating surface pattern.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- .cvsignore 18 Apr 2005 12:25:57 -0000 1.19
+++ .cvsignore 18 Apr 2005 23:26:14 -0000 1.20
@@ -19,6 +19,7 @@
set-source
select-font-no-show-text
surface-finish-twice
+surface-pattern
text-cache-crash
text-rotate
transforms
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile.am 18 Apr 2005 12:25:57 -0000 1.36
+++ Makefile.am 18 Apr 2005 23:26:14 -0000 1.37
@@ -16,6 +16,7 @@
select-font-no-show-text\
set-source \
surface-finish-twice \
+surface-pattern \
text-cache-crash \
text-rotate \
transforms \
@@ -41,6 +42,7 @@
pixman-rotate-ref.png \
romedalen.png \
set-source-ref.png \
+surface-pattern-ref.png \
transforms-ref.png \
translate-show-surface-ref.png \
trap-clip-ref.png
@@ -106,6 +108,7 @@
select_font_no_show_text_LDADD = $(LDADDS)
set_source_LDADD = $(LDADDS)
surface_finish_twice_LDADD = $(LDADDS)
+surface_pattern_LDADD = $(LDADDS)
text_cache_crash_LDADD = $(LDADDS)
text_rotate_LDADD = $(LDADDS)
transforms_LDADD = $(LDADDS)
--- NEW FILE: surface-pattern-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: surface-pattern.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list