[cairo-commit] cairo/test Makefile.am, 1.39, 1.40 mask-ref.png, NONE, 1.1 mask.c, NONE, 1.1

Owen Taylor commit at pdx.freedesktop.org
Mon May 2 11:01:20 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv4726/test

Modified Files:
	Makefile.am 
Added Files:
	mask-ref.png mask.c 
Log Message:
2005-05-02  Owen Taylor  <otaylor at redhat.com>

        * src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask()
        and cairo_mask_surface().

        * test/maks.c tests/Makefile.am tests/mask-ref.png: Add a
        comprehensive tests for cairo_mask().

        * docs/public/cairo-sections.txt: Updated


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.am	27 Apr 2005 01:56:37 -0000	1.39
+++ Makefile.am	2 May 2005 18:01:18 -0000	1.40
@@ -10,6 +10,7 @@
 leaky-polygon		\
 line-width		\
 linear-gradient		\
+mask			\
 move-to-show-surface	\
 paint			\
 path-data		\
@@ -37,6 +38,7 @@
 leaky-polygon-ref.png		\
 line-width-ref.png		\
 linear-gradient-ref.png		\
+mask.png			\
 move-to-show-surface-ref.png	\
 coverage-ref.png		\
 clip-twice-ref.png		\
@@ -105,6 +107,7 @@
 leaky_polygon_LDADD = $(LDADDS)
 line_width_LDADD = $(LDADDS)
 linear_gradient_LDADD = $(LDADDS)
+mask_LDADD = $(LDADDS)
 move_to_show_surface_LDADD = $(LDADDS)
 paint_LDADD = $(LDADDS)
 path_data_LDADD = $(LDADDS)

--- NEW FILE: mask-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: mask.c ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list