[cairo-commit] 2 commits - src/cairo-quartz-image-surface.c test/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Thu Feb 28 13:15:27 PST 2008


 src/cairo-quartz-image-surface.c |    2 +-
 test/Makefile.am                 |   28 ++++++++++++++++++++++------
 2 files changed, 23 insertions(+), 7 deletions(-)

New commits:
commit c8c77f01f7429b43dba4840698497187ff4d5779
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Feb 28 13:02:27 2008 -0800

    Fix typo in documentation

diff --git a/src/cairo-quartz-image-surface.c b/src/cairo-quartz-image-surface.c
index 7a6d07d..54b63fc 100644
--- a/src/cairo-quartz-image-surface.c
+++ b/src/cairo-quartz-image-surface.c
@@ -274,7 +274,7 @@ static const cairo_surface_backend_t cairo_quartz_image_surface_backend = {
  * Creates a Quartz surface backed by a CGImageRef that references the
  * given image surface. The resulting surface can be rendered quickly
  * when used as a source when rendering to a #cairo_quartz_surface.  If
- * the data in the image surface is every updated, cairo_surface_flush()
+ * the data in the image surface is ever updated, cairo_surface_flush()
  * must be called on the #cairo_quartz_image_surface to ensure that the
  * CGImageRef refers to the updated data.
  *
commit fa4b91fcac9b83cb66ac98dbcb395bd7b75c7560
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Feb 28 12:56:31 2008 -0800

    Add missing reference images to make distcheck happily

diff --git a/test/Makefile.am b/test/Makefile.am
index f940566..e6a1760 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -286,8 +286,7 @@ REFERENCE_IMAGES = \
 	composite-integer-translate-over-ref.png	\
 	composite-integer-translate-over-repeat-ref.png	\
 	composite-integer-translate-source-ref.png	\
-	copy-path-ps-argb32-ref.png	\
-	copy-path-ps-rgb24-ref.png	\
+	copy-path-ps-ref.png	\
 	copy-path-ref.png	\
 	create-from-png-ref.png	\
 	create-from-png-stream-ref.png	\
@@ -301,6 +300,7 @@ REFERENCE_IMAGES = \
 	dash-offset-negative-ref.png	\
 	dash-scale-ps-argb32-ref.png	\
 	dash-scale-ps-rgb24-ref.png	\
+	dash-scale-quartz-ref.png	\
 	dash-scale-ref.png	\
 	dash-state-ps-ref.png	\
 	dash-state-ref.png	\
@@ -309,7 +309,8 @@ REFERENCE_IMAGES = \
 	dash-zero-length-ref.png	\
 	dash-zero-length-rgb24-ref.png	\
 	degenerate-pen-ref.png		\
-	degenerate-pen-ps-argb32-ref.png	\
+	degenerate-pen-ps-ref.png	\
+	degenerate-pen-quartz-ref.png	\
 	degenerate-path-ps-argb32-ref.png	\
 	degenerate-path-ps-rgb24-ref.png	\
 	degenerate-path-ref.png	\
@@ -379,6 +380,7 @@ REFERENCE_IMAGES = \
 	infinite-join-ps-ref.png	\
 	leaky-dash-ps-argb32-ref.png	\
 	leaky-dash-ps-rgb24-ref.png	\
+	leaky-dash-quartz-ref.png	\
 	leaky-dash-ref.png	\
 	leaky-polygon-ref.png	\
 	leaky-polygon-ps-ref.png	\
@@ -392,6 +394,7 @@ REFERENCE_IMAGES = \
 	linear-gradient-svg-ref.png	\
 	line-width-ref.png	\
 	line-width-scale-ps-ref.png	\
+	line-width-scale-quartz-ref.png	\
 	line-width-scale-ref.png	\
 	long-dashed-lines-ref.png	\
 	long-dashed-lines-ps-ref.png	\
@@ -399,11 +402,16 @@ REFERENCE_IMAGES = \
 	mask-alpha-ref.png	\
 	mask-alpha-svg-argb32-ref.png	\
 	mask-alpha-rgb24-ref.png	\
+	mask-alpha-quartz-argb32-ref.png \
 	mask-ctm-ref.png	\
 	mask-ctm-rgb24-ref.png	\
 	mask-ctm-svg-argb32-ref.png	\
 	mask-ref.png	\
 	mask-rgb24-ref.png	\
+	mask-pdf-argb32-ref.png	\
+	mask-pdf-rgb24-ref.png	\
+	mask-quartz-ref.png	\
+	mask-quartz-rgb24-ref.png	\
 	mask-surface-ctm-ref.png	\
 	mask-surface-ctm-rgb24-ref.png	\
 	mask-surface-ctm-svg-argb32-ref.png	\
@@ -415,6 +423,8 @@ REFERENCE_IMAGES = \
 	meta-surface-pattern-pdf-rgb24-ref.png	\
 	meta-surface-pattern-ps-argb32-ref.png	\
 	meta-surface-pattern-ps-rgb24-ref.png	\
+	meta-surface-pattern-quartz-ref.png	\
+	meta-surface-pattern-quartz-rgb24-ref.png	\
 	meta-surface-pattern-svg-argb32-ref.png	\
 	meta-surface-pattern-svg-rgb24-ref.png	\
 	miter-precision-ref.png \
@@ -439,15 +449,21 @@ REFERENCE_IMAGES = \
 	operator-source-ref.png	\
 	operator-source-rgb24-ref.png	\
 	over-above-source-ps-argb32-ref.png       \
+	over-above-source-quartz-ref.png	  \
+	over-above-source-quartz-rgb24-ref.png	  \
 	over-above-source-ref.png                 \
 	over-above-source-rgb24-ref.png           \
 	over-around-source-ps-argb32-ref.png       \
+	over-around-source-quartz-ref.png	   \
+	over-around-source-quartz-rgb24-ref.png	   \
 	over-around-source-ref.png                 \
 	over-around-source-rgb24-ref.png           \
 	over-below-source-ps-argb32-ref.png       \
 	over-below-source-ref.png                 \
 	over-below-source-rgb24-ref.png           \
-	over-between-source-ps-argb32-ref.png       \
+	over-between-source-ps-argb32-ref.png     \
+	over-between-source-quartz-ref.png        \
+	over-between-source-quartz-rgb24-ref.png  \
 	over-between-source-ref.png                 \
 	over-between-source-rgb24-ref.png           \
 	paint-ref.png	\
@@ -489,6 +505,7 @@ REFERENCE_IMAGES = \
 	rotate-image-surface-paint-pdf-rgb24-ref.png \
 	rotate-image-surface-paint-ps-ref.png \
 	rotate-image-surface-paint-pdf-argb32-ref.png	\
+	rotate-image-surface-paint-quartz-ref.png	\
 	rotate-image-surface-paint-ref.png	\
 	rotate-image-surface-paint-svg-ref.png	\
 	scale-down-source-surface-paint-ref.png	\
@@ -547,9 +564,8 @@ REFERENCE_IMAGES = \
 	text-pattern-pdf-argb32-ref.png \
 	text-pattern-pdf-rgb24-ref.png \
 	text-rotate-ref.png	\
+	text-rotate-ps-ref.png	\
 	text-rotate-svg-ref.png	\
-	text-zero-len-ref.png	\
-	text-zero-len-ps-ref.png	\
 	transforms-ref.png	\
 	transforms-ps-ref.png	\
 	translate-show-surface-ref.png	\


More information about the cairo-commit mailing list