[cairo-commit] cairo ChangeLog,1.933,1.934

Billy Biggs commit at pdx.freedesktop.org
Mon Aug 22 04:41:46 EST 2005


Committed by: vektor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv5871

Modified Files:
	ChangeLog 
Log Message:
	Fix for bug #4165:

	* src/cairo-hull.c: (_cairo_hull_vertex_compare): Use pointer
	comparison for coincident points to ensure a well-defined
	ordering, and avoid setting discard on both points.  This fixes
	problems with my Mac's implementation of qsort.  Final patch by
	Bertram Felgenhauer.

	* test/clip-operator-ref.png:
	* test/linear-gradient-ref.png:
	* test/operator-clear-ref.png:
	* test/operator-source-ref.png:
	* test/unantialiased-shapes-ref.png:
	* test/unbounded-operator-ref.png: Update reference images after
	the change.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.933
retrieving revision 1.934
diff -u -d -r1.933 -r1.934
--- ChangeLog	21 Aug 2005 18:23:58 -0000	1.933
+++ ChangeLog	21 Aug 2005 18:41:44 -0000	1.934
@@ -1,3 +1,21 @@
+2005-08-21  Billy Biggs  <vektor at dumbterm.net>
+
+	Fix for bug #4165:
+
+	* src/cairo-hull.c: (_cairo_hull_vertex_compare): Use pointer
+	comparison for coincident points to ensure a well-defined
+	ordering, and avoid setting discard on both points.  This fixes
+	problems with my Mac's implementation of qsort.  Final patch by
+	Bertram Felgenhauer.
+
+	* test/clip-operator-ref.png:
+	* test/linear-gradient-ref.png:
+	* test/operator-clear-ref.png:
+	* test/operator-source-ref.png:
+	* test/unantialiased-shapes-ref.png:
+	* test/unbounded-operator-ref.png: Update reference images after
+	the change.
+
 2005-08-21  Owen Taylor  <otaylor at redhat.com>
 
 	* autogen.sh: Check automake-<ver> if automake isn't sufficiently



More information about the cairo-commit mailing list