[cairo-commit] libpixman ChangeLog,1.93,1.94

Billy Biggs commit at pdx.freedesktop.org
Mon Aug 1 18:01:26 PDT 2005


Committed by: vektor

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv17379

Modified Files:
	ChangeLog 
Log Message:
	* src/fbedge.c: (clip255), (add_saturate_8),
	(fbRasterizeEdges8):  Optimize spans where the same value is
	being added to multiple pixels.  This improves the speed of
	rasterizing wide trapezoids.

	* src/icint.h: Add an INLINE macro that matches the one from
	fbpict.h in xserver/fb.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- ChangeLog	1 Aug 2005 13:57:09 -0000	1.93
+++ ChangeLog	2 Aug 2005 01:01:24 -0000	1.94
@@ -1,3 +1,13 @@
+2005-08-01  Billy Biggs  <vektor at dumbterm.net>
+
+	* src/fbedge.c: (clip255), (add_saturate_8),
+	(fbRasterizeEdges8):  Optimize spans where the same value is
+	being added to multiple pixels.  This improves the speed of
+	rasterizing wide trapezoids.
+
+	* src/icint.h: Add an INLINE macro that matches the one from
+	fbpict.h in xserver/fb.
+
 2005-08-01  Amaury Jacquot  <sxpert at esitcom.org>
 	
 	* NEWS: fix typo




More information about the cairo-commit mailing list