[cairo-commit] libpixman ChangeLog,1.38,1.39
Carl Worth
commit at pdx.freedesktop.org
Fri Jan 21 10:26:30 PST 2005
- Previous message: [cairo-commit] libpixman/src fbtrap.c,1.1,1.2
- Next message: [cairo-commit] libpixman/src Makefile.am, 1.7, 1.8 fbedge.c, 1.1,
1.2 fbtrap.c, 1.2, 1.3 icint.h, 1.24, 1.25 ictransform.c, 1.6,
1.7 ictrap.c, 1.15, 1.16 ictri.c, 1.11, 1.12 renderedge.c, 1.1,
1.2 renderedge.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv20424
Modified Files:
ChangeLog
Log Message:
* src/ictri.c (IcRasterizeTriangle):
* src/ictrap.c (pixman_composite_trapezoids): Switch to use new
fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid
implementation. Remove lots of code, (and all the bugs with it).
* src/icint.h: Replace IcRasterizeTrapezoid with
fbRasterizeTrapezoid. Add a couple of missing typedefs.
* src/renderedge.h:
* src/renderedge.c (RenderLineFixedEdgeInit):
* src/fbtrap.c:
* src/fbedge.c: Minor changes to allow things to compile within
libpixman tree, (replace xserver include directives with
pixman-xserver-compat.h and sprinkle a few const qualifiers).
* src/Makefile.am (libpixman_la_SOURCES): Add sources for new
point-sampling rasterization.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ChangeLog 21 Jan 2005 17:26:44 -0000 1.38
+++ ChangeLog 21 Jan 2005 18:26:28 -0000 1.39
@@ -1,5 +1,24 @@
2005-01-21 Carl Worth <cworth at cworth.org>
+ * src/ictri.c (IcRasterizeTriangle):
+ * src/ictrap.c (pixman_composite_trapezoids): Switch to use new
+ fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid
+ implementation. Remove lots of code, (and all the bugs with it).
+
+ * src/icint.h: Replace IcRasterizeTrapezoid with
+ fbRasterizeTrapezoid. Add a couple of missing typedefs.
+
+ * src/renderedge.h:
+ * src/renderedge.c (RenderLineFixedEdgeInit):
+ * src/fbtrap.c:
+
+ * src/fbedge.c: Minor changes to allow things to compile within
+ libpixman tree, (replace xserver include directives with
+ pixman-xserver-compat.h and sprinkle a few const qualifiers).
+
+ * src/Makefile.am (libpixman_la_SOURCES): Add sources for new
+ point-sampling rasterization.
+
* src/fbtrap.c: Merge in changes from xserver, (mostly just
whitespace).
- Previous message: [cairo-commit] libpixman/src fbtrap.c,1.1,1.2
- Next message: [cairo-commit] libpixman/src Makefile.am, 1.7, 1.8 fbedge.c, 1.1,
1.2 fbtrap.c, 1.2, 1.3 icint.h, 1.24, 1.25 ictransform.c, 1.6,
1.7 ictrap.c, 1.15, 1.16 ictri.c, 1.11, 1.12 renderedge.c, 1.1,
1.2 renderedge.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list